1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 04:22:20 +02:00

minor fix

This commit is contained in:
unknown 2021-12-21 11:12:32 +02:00
parent acc2e5b14c
commit 3a25b8385f
2 changed files with 5 additions and 3 deletions

View file

@ -127,6 +127,7 @@ namespace IDE.ui
AddPropertiesItem(category, "Format on Save", "mFormatOnSave");
AddPropertiesItem(category, "Sync with Workspace Panel", "mSyncWithWorkspacePanel");
AddPropertiesItem(category, "Wrap comments at length (0 = none)", "mWrapCommentsAt");
category.Open(true, true);
}