Skip to content

Commit

Permalink
fixed crash if the window is hidden
Browse files Browse the repository at this point in the history
  • Loading branch information
hitman249 committed Oct 27, 2023
1 parent 981b945 commit 40c8d7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/AppRun
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ atexit()
if [ $NUMBER_OF_ARGS -eq 0 ] ; then
exec "$BIN" --no-sandbox
else
exec "$BIN" "${args[@]}"
exec "$BIN" --no-sandbox "${args[@]}"
fi
fi
}
Expand Down

0 comments on commit 40c8d7e

Please sign in to comment.