ui: fix major regression on SaveConfig

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

View file

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