1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-09 03:52:19 +02:00

Added File Recovery editor setting

This commit is contained in:
Brian Fiete 2020-10-08 06:45:22 -07:00
parent 16cd9f7a77
commit 080a5483ae
4 changed files with 17 additions and 2 deletions

View file

@ -122,6 +122,7 @@ namespace IDE.ui
AddPropertiesItem(category, "Show Line Numbers", "mShowLineNumbers");
AddPropertiesItem(category, "Free Cursor Movement", "mFreeCursorMovement");
AddPropertiesItem(category, "Enable File Recovery", "mEnableFileRecovery");
category.Open(true, true);
}