mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-15 14:10:05 +00:00
citra_qt: Sync menu UI settings after changing the layout with F10
This commit is contained in:
parent
2bb2306bf5
commit
2f165a1ca6
@ -1011,6 +1011,7 @@ void GMainWindow::ToggleScreenLayout() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
Settings::values.layout_option = new_layout;
|
Settings::values.layout_option = new_layout;
|
||||||
|
SyncMenuUISettings();
|
||||||
Settings::Apply();
|
Settings::Apply();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user