From 6ef1ed36adaca8792f246202116f73df76e6c5e7 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Mon, 6 May 2024 14:20:53 +0200 Subject: [PATCH] CONFIGURATOR: resizing background warning window [skip ci] --- functions/post_update.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/functions/post_update.sh b/functions/post_update.sh index 14da3709..630b2e1e 100644 --- a/functions/post_update.sh +++ b/functions/post_update.sh @@ -373,6 +373,7 @@ post_update() { zenity --icon-name=net.retrodeck.retrodeck --progress --no-cancel --pulsate --auto-close \ --window-icon="/app/share/icons/hicolor/scalable/apps/net.retrodeck.retrodeck.svg" \ --title "RetroDECK Finishing Upgrade" \ + --width=400 --height=200 \ --text="RetroDECK is finishing the upgrade process, please wait.\n\n If it feels like this is taking too much time, please ensure there aren't any windows that unexpectedly slipped into the background and need attention." version=$hard_version