citra_qt: Sync menu UI settings after changing the layout with F10

This commit is contained in:
Valentin Vanelslande
2018-03-12 18:40:54 -06:00
committed by GitHub
parent 2bb2306bf5
commit 2f165a1ca6

View File

@@ -1011,6 +1011,7 @@ void GMainWindow::ToggleScreenLayout() {
}
Settings::values.layout_option = new_layout;
SyncMenuUISettings();
Settings::Apply();
}