From 9b3c8ba4f7ab9f20c3ec58fc973fd9d151918029 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Wed, 5 Feb 2025 14:27:55 +0900 Subject: [PATCH] CONFIGURATOR: specified that borders are only supported for RA now --- tools/configurator.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/configurator.sh b/tools/configurator.sh index adb64bd0..8275466b 100755 --- a/tools/configurator.sh +++ b/tools/configurator.sh @@ -178,7 +178,7 @@ configurator_global_presets_and_settings_dialog() { choice=$(rd_zenity --list --title="RetroDECK Configurator Utility - Global: Presets & Settings" --cancel-label="Back" \ --window-icon="/app/share/icons/hicolor/scalable/apps/net.retrodeck.retrodeck.svg" --width=1200 --height=720 \ --column="Choice" --column="Action" \ - "Borders" "Enable or disable borders in supported systems" \ + "Borders" "Enable or disable borders in supported systems (only RetroArch is supported at this moment)" \ "Widescreen" "Enable or disable widescreen in supported systems" \ "Ask-to-Exit" "Enable or disable emulators confirming attempts to quit in supported systems" \ "Quick Resume" "Enable or disable save state auto-save/load in supported systems" \