Fix kdialog prompt message formatting

This commit is contained in:
Roy
2025-12-13 11:31:39 -08:00
committed by GitHub
parent 3a5fdc6461
commit 9826855e76
+1 -1
View File
@@ -973,7 +973,7 @@ def create_exec_line_from_entry(logged_in_home, new_entry, m_gameid):
exec_line = (
f"Exec=sh -c '"
f"if command -v kdialog >/dev/null; then "
f"CHOICE=$(kdialog --yesno \"Standalone or with Steam? You can also edit this .desktop file by right clicking.\" "
f"CHOICE=$(kdialog --yesno \"Standalone or with Steam?\" "
f"--yes-label \"UMU + {launcher_name}\" --no-label \"Steam\"); "
f"exit_code=$?; "
f"if [ $exit_code -eq 2 ]; then exit 0; fi; "