1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-09 20:12:21 +02:00

Save IDE settings on apply

This commit is contained in:
blat-blatnik 2022-01-08 22:48:52 +01:00
parent 5c42ea6d2d
commit 15d42bdf48

View file

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