mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-25 02:58:02 +02:00
changed default console to windows console
This commit is contained in:
parent
bb168e3270
commit
e36542d128
2 changed files with 4 additions and 4 deletions
|
@ -96,7 +96,7 @@ namespace IDE.ui
|
|||
category.mTextColor = Color.Mult(DarkTheme.COLOR_TEXT, cHeaderColor);
|
||||
AddPropertiesItem(category, "Font", "mFonts");
|
||||
AddPropertiesItem(category, "Font Size", "mFontSize");
|
||||
AddPropertiesItem(category, "Windows Console", "mDefaultConsole");
|
||||
AddPropertiesItem(category, "Windows Console", "mWindowsConsole");
|
||||
AddPropertiesItem(category, "Autocomplete", "mAutoCompleteShowKind");
|
||||
AddPropertiesItem(category, "Autocomplete Require Control", "mAutoCompleteRequireControl");
|
||||
AddPropertiesItem(category, "Autocomplete Require Tab", "mAutoCompleteRequireTab");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue