1
1
mirror of https://github.com/ryujinx-mirror/ryujinx.git synced 2025-08-26 02:26:27 -05:00

ui: fix major regression on SaveConfig

This commit is contained in:
Thog
2020-05-03 12:08:21 +02:00
parent 538fba826b
commit afecb551c5
2 changed files with 3 additions and 1 deletions

View File

@@ -914,6 +914,8 @@ namespace Ryujinx.Ui
}
}
MainWindow.SaveConfig();
Dispose();
}