Fixed concurrent installation, replaced misspelled class

- Removed redundant theme.prepare() in LocalThemeInstaller._install_theme() (already calls in abstract ThemeInstaller);
- Replaced misspelled class in messages.css
This commit is contained in:
Vladyslav Hroshev
2025-04-01 19:34:00 +03:00
parent 038c2fcda1
commit e46181e19d
2 changed files with 1 additions and 2 deletions

View File

@@ -20,7 +20,6 @@ class LocalThemeInstaller(ThemeInstaller):
mode=self.args.mode, is_filled=self.args.filled)
def _install_theme(self, hue, theme_name, sat):
self.theme.prepare()
self.theme.install(hue, theme_name, sat)
def _apply_tweaks_to_theme(self):