mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-01 16:59:35 +01:00
Merge branch 'v2_develop' into v2_single-smaller-top-fix_2416
This commit is contained in:
@@ -106,7 +106,7 @@ namespace Terminal.Gui.TopLevelTests {
|
||||
|
||||
var statusBar = new StatusBar (new [] {
|
||||
new StatusItem(Key.CtrlMask | Key.R, "~^R~ Run Top2", () => Application.Run (Top2 ())),
|
||||
new StatusItem(Key.CtrlMask | Key.Q, "~^Q~ Quit", () => Application.RequestStop())
|
||||
new StatusItem(Application.QuitKey, $"{Application.QuitKey} to Quit", () => Application.RequestStop())
|
||||
});
|
||||
top.Add (statusBar);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user