We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15d50bf commit 8a2abc5Copy full SHA for 8a2abc5
HackerOS-Updater/main.cr
@@ -127,7 +127,7 @@ def show_gui_menu
127
puts "#{GREEN}[L]og out#{RESET} #{CYAN}- Log out from current session#{RESET}"
128
puts "#{GREEN}[T]erminal#{RESET} #{CYAN}- Open a new Alacritty terminal#{RESET}"
129
puts "#{GREEN}[A]utomatic Updates#{RESET} #{CYAN}- Enable automatic updates on boot#{RESET}"
130
- print "#{MAGENTA}Enter your choice (press key without Enter): #{RESET}"
+ print "#{MAGENTA}Enter your choice: #{RESET}"
131
choice = ""
132
STDIN.raw do |io|
133
byte = io.read_byte
0 commit comments