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 14e3d4f commit 6dbda72Copy full SHA for 6dbda72
HackerOS-Updater/main.cr
@@ -123,7 +123,7 @@ def show_gui_menu
123
puts "[L]og out - Log out from current session"
124
puts "[T]erminal - Open a new Alacritty terminal"
125
puts "[A]utomatic Updates - Enable automatic updates on boot"
126
- print "Enter your choice (press key without Enter): "
+ print "Select Your Choice: "
127
choice = ""
128
STDIN.raw do |io|
129
byte = io.read_byte
0 commit comments