diff --git a/cockatrice/src/interface/theme_manager.cpp b/cockatrice/src/interface/theme_manager.cpp index 075c8fd29..da4c76afc 100644 --- a/cockatrice/src/interface/theme_manager.cpp +++ b/cockatrice/src/interface/theme_manager.cpp @@ -353,6 +353,7 @@ void ThemeManager::themeChangedSlot() qApp->setStyle(nullptr); // setting the style also sets the palette } + qInfo() << "Default style name: " << defaultStyleName; qInfo() << "Available styles:" << QStyleFactory::keys(); qInfo() << "Plugin paths:" << QCoreApplication::libraryPaths();