Fix exit with PW_GUI_DISABLED_CS=1

This commit is contained in:
zorn-v 2024-11-19 22:28:44 +10:00 committed by GitHub
parent 3be53b3c36
commit 6497b49238
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -905,6 +905,7 @@ case "$PW_YAD_SET" in
esac esac
case "$PW_YAD_SET" in case "$PW_YAD_SET" in
'') ;;
98) portwine_change_shortcut ;; 98) portwine_change_shortcut ;;
100) portwine_create_shortcut ;; 100) portwine_create_shortcut ;;
DEBUG|102) portwine_start_debug ;; DEBUG|102) portwine_start_debug ;;