mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 11:38:21 +02:00
Made Free Cursor Movement a setting (default false)
This commit is contained in:
parent
a81f76ffcd
commit
562b565f49
4 changed files with 45 additions and 22 deletions
|
@ -103,6 +103,7 @@ namespace IDE.ui
|
|||
});
|
||||
|
||||
AddPropertiesItem(category, "Show Line Numbers", "mShowLineNumbers");
|
||||
AddPropertiesItem(category, "Free Cursor Movement", "mFreeCursorMovement");
|
||||
|
||||
category.Open(true, true);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue