Nix extra padding

This commit is contained in:
David Heinemeier Hansson
2025-09-13 18:26:03 +02:00
parent dc53c34b6a
commit 2601311b62

View File

@@ -26,7 +26,7 @@ if sudo test -f /etc/sudoers.d/99-omarchy-installer; then
fi
# Exit gracefully if user chooses not to reboot
if gum confirm --padding "1 0 0 $((PADDING_LEFT + 33))" --show-help=false --default --affirmative "Reboot Now" --negative "" ""; then
if gum confirm --padding "0 0 0 $((PADDING_LEFT + 33))" --show-help=false --default --affirmative "Reboot Now" --negative "" ""; then
# Clear screen to hide any shutdown messages
clear