fixed other windows compile issue

This commit is contained in:
itsmattkc
2019-04-14 23:29:00 +10:00
parent dcd44abde1
commit 79d54987b4
+1 -1
View File
@@ -912,7 +912,7 @@ void PreferencesDialog::setup_ui() {
// Native menu styling is only available on Windows. Environments like Ubuntu and Mac use the native menu system by
// default
QCheckBox* native_menus = new QCheckBox(tr("Use Native Menu Styling"));
AddBoolPair(native_menus, &olive::CurrentConfig.use_native_menu_styling, true);
AddBoolPair(native_menus, &olive::config.use_native_menu_styling, true);
appearance_layout->addWidget(native_menus, row, 0, 1, 3);
row++;