mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-06-04 19:01:18 +00:00
Game configurations are now saved as soon as the configuration dialog is closed
Program preferences are now saved as soon as the configuration dialog is closed Recent files are now saved as soon as an existing map is loaded
This commit is contained in:
parent
95f5c719b7
commit
fe71e53edc
3 changed files with 41 additions and 10 deletions
|
@ -415,6 +415,8 @@ namespace CodeImp.DoomBuilder.Windows
|
|||
General.Configs[i].Enabled = ci.Enabled;
|
||||
if(ci.Changed) General.Configs[i].Apply(ci);
|
||||
}
|
||||
|
||||
General.SaveGameSettings();
|
||||
|
||||
// Close
|
||||
this.DialogResult = DialogResult.OK;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue