From 2e922fefcc110329c820ea8f35ffdff1b18ce6da Mon Sep 17 00:00:00 2001 From: chacha Date: Fri, 27 Mar 2026 02:37:49 +0100 Subject: [PATCH] fix popup --- internal/rootfs/opt/retrodebian/bin/set-resolution | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/internal/rootfs/opt/retrodebian/bin/set-resolution b/internal/rootfs/opt/retrodebian/bin/set-resolution index d687046..8e74749 100644 --- a/internal/rootfs/opt/retrodebian/bin/set-resolution +++ b/internal/rootfs/opt/retrodebian/bin/set-resolution @@ -14,7 +14,8 @@ esac echo "$MODE" > "$HOME/.resolution.config" if xmessage -center -buttons Yes:0,No:1 \ - "Changed resolution to $MODE.\nShould we restart X now ?"; then +"Changed resolution to $MODE. +Should we restart X now ?"; then echo "$MODE" > "$HOME/.resolution.config" killall fluxbox fi \ No newline at end of file