From 87ab7d80460f482a25b5fa94734f893bdcc8e2d9 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Fri, 31 Jan 2025 14:23:27 +0900 Subject: [PATCH] STEAM_SYNC: hidden the cancel button as it was not functional --- functions/other_functions.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/functions/other_functions.sh b/functions/other_functions.sh index c9227e85..3d3939a7 100644 --- a/functions/other_functions.sh +++ b/functions/other_functions.sh @@ -939,7 +939,8 @@ quit_retrodeck() { --width=500 \ --height=150 \ --auto-close \ - --auto-kill + --auto-kill \ + --no-cancel fi log i "Shutting down RetroDECK's framework" pkill -f "retrodeck"