1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 11:38:21 +02:00

Add startup panel

This commit is contained in:
Fusioon 2023-06-04 13:41:44 +02:00
parent 891e4fd789
commit 64a23ceb9a
4 changed files with 353 additions and 0 deletions

View file

@ -81,6 +81,7 @@ namespace IDE.ui
AddPropertiesItem(category, "Scale", "mScale");
AddPropertiesItem(category, "Theme", "mTheme");
AddPropertiesItem(category, "Insert New Tabs", "mInsertNewTabs");
AddPropertiesItem(category, "Show Startup Panel", "mShowStartupPanel");
category.Open(true, true);
}