Skip to content

Commit

Permalink
Hide broken keyboard optiion
Browse files Browse the repository at this point in the history
Fixes #20
  • Loading branch information
RadxaYuntian committed Nov 13, 2023
1 parent eebf66d commit 354980b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/usr/lib/rsetup/tui/local/local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,10 @@ __local() {
menu_init
menu_add __local_change_timezone "Change Timezone"
menu_add __local_change_locale "Change Locale"
menu_add __local_keyboard_layout "Change Keyboard Layout"
if $DEBUG
then
menu_add __local_keyboard_layout "Change Keyboard Layout"
fi
menu_add __local_wifi_country "Change Wi-Fi Country"
menu_show "Please select an option below:"
}

0 comments on commit 354980b

Please sign in to comment.