[win32] Fix build in src/ui/ (#5784)
It looks like there is a problem with build of src/ui/appearancesettingspage.cpp It might fix it.
This commit is contained in:
parent
328e669e81
commit
dad0c8f314
@ -81,7 +81,7 @@ AppearanceSettingsPage::AppearanceSettingsPage(SettingsDialog* dialog)
|
||||
connect(ui_->use_no_background, SIGNAL(toggled(bool)),
|
||||
SLOT(DisableBlurAndOpacitySliders(bool)));
|
||||
#if !defined (Q_OS_UNIX) || defined (Q_OS_MACOS)
|
||||
ui_->sys_icons->setDisabled(true);
|
||||
ui_->b_use_sys_icons->setDisabled(true);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user