Signed-off-by: Tayou <git@tayou.org>
This commit is contained in:
Tayou
2024-06-30 22:06:01 +02:00
parent 7104f8909d
commit 4f795eb6ef
2 changed files with 4 additions and 4 deletions

View File

@@ -23,8 +23,8 @@
#include <QDirIterator>
#include <QIcon>
#include <QImageReader>
#include <QStyleFactory>
#include <QStyle>
#include <QStyleFactory>
#include "Exception.h"
#include "ui/themes/BrightTheme.h"
#include "ui/themes/CatPack.h"
@@ -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>());
auto darkThemeId = addTheme(std::make_unique<DarkTheme>());
themeDebugLog() << "Loading Built-in Theme:" << darkThemeId;
themeDebugLog() << "Loading Built-in Theme:" << addTheme(std::make_unique<BrightTheme>());