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:
parent
8f7287b3dc
commit
00c7ff24e7
1 changed files with 2 additions and 2 deletions
|
@ -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
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue