mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-02 01:03:29 +01:00
Resolving merge conflicts.
This commit is contained in:
@@ -85,7 +85,7 @@ namespace UICatalog.Scenarios {
|
||||
miWrap.Checked = textViewTopLeft.WordWrap;
|
||||
|
||||
var statusBar = new StatusBar (new StatusItem [] {
|
||||
new StatusItem(Key.CtrlMask | Key.Q, "~^Q~ Quit", () => Quit()),
|
||||
new StatusItem(Application.QuitKey, $"{Application.QuitKey} to Quit", () => Quit()),
|
||||
siMultiline = new StatusItem(Key.Null, "", null),
|
||||
siWrap = new StatusItem(Key.Null, "", null)
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user