another oop

Signed-off-by: Tayou <git@tayou.org>
This commit is contained in:
Tayou 2024-06-30 21:52:26 +02:00
parent a184b26a00
commit 7104f8909d

View File

@ -123,7 +123,7 @@ void ThemeManager::initializeWidgets()
{ {
themeDebugLog() << "Determining System Widget Theme..."; themeDebugLog() << "Determining System Widget Theme...";
const auto& style = QApplication::style(); const auto& style = QApplication::style();
currentlySelectedSystemTheme = style->name(); currentlySelectedSystemTheme = style->objectName();
themeDebugLog() << "System theme seems to be:" << currentlySelectedSystemTheme; themeDebugLog() << "System theme seems to be:" << currentlySelectedSystemTheme;
themeDebugLog() << "<> Initializing Widget Themes"; themeDebugLog() << "<> Initializing Widget Themes";