From 00c7ff24e73d39abdf2a1261145c2ed8de203748 Mon Sep 17 00:00:00 2001 From: Jannis Date: Tue, 16 Jul 2024 12:06:32 +0000 Subject: [PATCH] Update Settings.bf --- IDE/src/Settings.bf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +