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

add blank line back

This commit is contained in:
unknown 2021-12-11 06:20:46 +02:00
parent 6e011678b4
commit 14bf2addd9

View file

@ -127,6 +127,7 @@ namespace IDE.ui
AddPropertiesItem(category, "Format on Save", "mFormatOnSave");
AddPropertiesItem(category, "Sync with Workspace Panel", "mSyncWithWorkspacePanel");
AddPropertiesItem(category, "Toggle comment alternate style", "mToggleCommentAlt");
category.Open(true, true);
}