1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 12:32:20 +02:00

Update Settings.bf

This commit is contained in:
Jannis 2024-07-16 12:06:32 +00:00 committed by GitHub
parent 8f7287b3dc
commit 00c7ff24e7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -657,7 +657,7 @@ namespace IDE
public List<String> 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
}
}
}