1
0
Fork 0
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:
Booklordofthedings 2024-07-16 14:36:06 +02:00
parent bb168e3270
commit e36542d128
2 changed files with 4 additions and 4 deletions

View file

@ -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");