1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-26 19:48:01 +02:00

Merge pull request #1366 from blat-blatnik/SaveSettingsOnApply

Save IDE settings on apply
This commit is contained in:
Brian Fiete 2022-01-09 05:54:44 -05:00 committed by GitHub
commit 05c691c83f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -438,6 +438,7 @@ namespace IDE.ui
}
gApp.mSettings.Apply();
gApp.mSettings.Save();
}
return true;