fix system theme
Signed-off-by: Tayou <git@tayou.org>
This commit is contained in:
parent
d70be5121c
commit
dbcfefca1b
4 changed files with 9 additions and 30 deletions
|
@ -127,7 +127,7 @@ void ThemeManager::initializeWidgets()
|
|||
themeDebugLog() << "System theme seems to be:" << currentlySelectedSystemTheme;
|
||||
|
||||
themeDebugLog() << "<> Initializing Widget Themes";
|
||||
themeDebugLog() << "Loading Built-in Theme:" << addTheme(std::make_unique<SystemTheme>());
|
||||
themeDebugLog() << "Loading Built-in Theme:" << addTheme(std::make_unique<SystemTheme>(currentlySelectedSystemTheme, true));
|
||||
auto darkThemeId = addTheme(std::make_unique<DarkTheme>());
|
||||
themeDebugLog() << "Loading Built-in Theme:" << darkThemeId;
|
||||
themeDebugLog() << "Loading Built-in Theme:" << addTheme(std::make_unique<BrightTheme>());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue