diff --git a/IDE/src/Settings.bf b/IDE/src/Settings.bf index 76e60c3b..70b10e7e 100644 --- a/IDE/src/Settings.bf +++ b/IDE/src/Settings.bf @@ -657,7 +657,7 @@ namespace IDE public List mFonts = new .() ~ DeleteContainerAndItems!(_); public float mFontSize = 12; - public String mDefaultConsole = new .("powershell") ~ delete _; + public String mDefaultConsole = new .("Powershell") ~ delete _; public AutoCompleteShowKind mAutoCompleteShowKind = .PanelIfVisible; public bool mAutoCompleteRequireControl = true; public bool mAutoCompleteRequireTab = false; @@ -1335,4 +1335,4 @@ namespace IDE } } } - \ No newline at end of file +