Ver Fonte

Update 'tui-launcher.sh'

Updated the dialogue on the top of the screen mentioning which buttons to press to quit.
mitch donaberger há 2 meses atrás
pai
commit
75483627b5
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      tui-launcher.sh

+ 1 - 1
tui-launcher.sh

@@ -29,7 +29,7 @@ while true; do
     clear
     figlet "TUI Launcher" | lolcat
 
-    gum style --border normal --padding '1 2' --margin 1 "Press $(gum style --bold 'Ctrl+D'), $(gum style --bold 'b'), or $(gum style --bold 'ESC') to exit."
+    gum style --border normal --padding '1 2' --margin 1 "Press $(gum style --bold 'ESC') or $(gum style --bold 'Q') to exit."
 
     # Create header
     HEADER="Icon,Program,Description"