mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-08 09:03:57 -07:00
Update theme_manager.cpp
This commit is contained in:
parent
21bab44a6f
commit
2e80ab90ed
1 changed files with 0 additions and 3 deletions
|
|
@ -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()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue