Update theme_manager.cpp

This commit is contained in:
BruebachL 2026-04-07 10:40:31 +02:00 committed by GitHub
parent 21bab44a6f
commit 2e80ab90ed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -349,9 +349,6 @@ void ThemeManager::themeChangedSlot()
qApp->setPalette(createDarkGreenFusionPalette());
} else {
qApp->setStyle(defaultStyleName); // setting the style also sets the palette
qInfo() << "Available styles:" << QStyleFactory::keys();
qInfo() << "Plugin paths:" << QCoreApplication::libraryPaths();
qApp->setPalette(QPalette());
}
if (dirPath.isEmpty()) {