Merge pull request #3513 from valentinvanelslande/layouts-fix,gitignore

.gitignore: Add CMakeLists.txt.user to Project/editor files, citra_qt: Sync menu UI settings after changing the layout with F10
This commit is contained in:
Weiyi Wang
2018-03-15 15:54:24 +02:00
committed by GitHub
2 changed files with 2 additions and 0 deletions

View File

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