Took 8 minutes
This commit is contained in:
Lukas Brübach 2026-04-08 21:32:56 +02:00
parent 55b8067971
commit 33219b7bca

View file

@ -353,6 +353,9 @@ void ThemeManager::themeChangedSlot()
qApp->setStyle(nullptr); // setting the style also sets the palette
}
qInfo() << "Available styles:" << QStyleFactory::keys();
qInfo() << "Plugin paths:" << QCoreApplication::libraryPaths();
if (dirPath.isEmpty()) {
// set default values
QDir::setSearchPaths("theme", DEFAULT_RESOURCE_PATHS);