(GameRes): persistent resource settings infrastructure.

This commit is contained in:
morkt
2018-01-08 19:55:28 +04:00
parent 444a15b94a
commit a3ce27da5f
10 changed files with 203 additions and 4 deletions

View File

@@ -110,6 +110,7 @@ namespace GARbro.GUI
{
try
{
FormatCatalog.Instance.SaveSettings();
Settings.Default.Save();
}
catch (Exception X)