remove debug option

This commit is contained in:
the-sane 2024-09-08 14:52:38 -04:00
parent 57267032b0
commit 20adc7d154

View File

@ -2853,7 +2853,7 @@ if [ "$use_zenity" -eq 1 ]; then
else
firstrun_message="$menu_heading_terminal\n\n$firstrun_message"
fi
if [ "$is_firstrun" = "false" ]; then
if [ "$is_firstrun" = "true" ]; then
if message question "$firstrun_message"; then
if message options "Wine" "Lutris" "Which install method would you like to use?"; then
install_game_lutris