mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
another oop
Signed-off-by: Tayou <git@tayou.org>
This commit is contained in:
parent
a184b26a00
commit
7104f8909d
1 changed files with 1 additions and 1 deletions
|
|
@ -123,7 +123,7 @@ void ThemeManager::initializeWidgets()
|
|||
{
|
||||
themeDebugLog() << "Determining System Widget Theme...";
|
||||
const auto& style = QApplication::style();
|
||||
currentlySelectedSystemTheme = style->name();
|
||||
currentlySelectedSystemTheme = style->objectName();
|
||||
themeDebugLog() << "System theme seems to be:" << currentlySelectedSystemTheme;
|
||||
|
||||
themeDebugLog() << "<> Initializing Widget Themes";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue