Pārlūkot izejas kodu

fix: improve user guidance in flash mode selection prompts

TheWildJames 3 mēneši atpakaļ
vecāks
revīzija
afba306db7
1 mainītis faili ar 4 papildinājumiem un 4 dzēšanām
  1. 4 4
      .github/actions/build-kernel/patches/bypass.patch

+ 4 - 4
.github/actions/build-kernel/patches/bypass.patch

@@ -14,11 +14,11 @@
 +}
 +
 +choose_flash_mode() {
-+    ui_print " "
 +    ui_print "  -> Most users do not need Bypass; try Normal first!"
-+    ui_print "  -> This only swaps the Image for compatibility workarounds."
-+    ui_print "  -> VOL+ = Bypass | VOL- = Normal | POWER = Cancel"
-+    ui_print " "
++    ui_print "  -> This only swaps the Image for compatibility workarounds, this doesn't help with hiding root."
++    ui_print "  -> VOL+ = Bypass'
++    ui_print "  -> VOL- = Normal"
++    ui_print "  -> POWER = Cancel"
 +
 +    while true; do
 +        case $(handle_input) in