Debug tests.
This commit is contained in:
@@ -196,7 +196,8 @@ void BCMainWindow::initStatusBar()
|
||||
|
||||
QString message = isDark ? "DarkMode aktiviert" : "LightMode aktiviert";
|
||||
_statusBar->showMessage( message, 3000);
|
||||
setApplicationStyleSheet( isDark ? cDarkModeStyle : cLightModeStyle );
|
||||
//setApplicationStyleSheet( isDark ? cDarkModeStyle : cLightModeStyle );
|
||||
setApplicationStyleSheet( isDark ? " " : cLightModeStyle );
|
||||
});
|
||||
|
||||
// Wir starten im light mode
|
||||
@@ -239,6 +240,7 @@ bool BCMainWindow::setApplicationStyleSheet( QAnyStringView path )
|
||||
return false;
|
||||
}
|
||||
qWarning() << "Konnte Stylesheet nicht laden:" << styleFile.errorString();
|
||||
qApp->setStyleSheet(" ");
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user