Make setting timezone an explicit act

Since we can't always rely on geo guessing everywhere and it is slow
This commit is contained in:
David Heinemeier Hansson
2025-10-17 12:50:02 +03:00
parent a874f6f8a6
commit 1a1c736936
5 changed files with 11 additions and 10 deletions

View File

@@ -395,7 +395,7 @@ show_update_menu() {
*Process*) show_update_process_menu ;;
*Hardware*) show_update_hardware_menu ;;
*Firmware*) present_terminal omarchy-update-firmware ;;
*Timezone*) omarchy-cmd-tzupdate ;;
*Timezone*) present_terminal omarchy-tz-select ;;
*Password*) show_update_password_menu ;;
*) show_main_menu ;;
esac