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:
parent
891e4fd789
commit
64a23ceb9a
4 changed files with 353 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue