From 4df06283f7cea34f7e421938a291856e005e419e Mon Sep 17 00:00:00 2001 From: Mark Kim Date: Mon, 22 Mar 2021 21:45:53 -0400 Subject: [PATCH] enable noquit option in ios iOS cannot quit an application. Disable the quit option. --- ios/tuxpaint.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/ios/tuxpaint.cfg b/ios/tuxpaint.cfg index 75173e917..c25e379f5 100644 --- a/ios/tuxpaint.cfg +++ b/ios/tuxpaint.cfg @@ -2,3 +2,4 @@ fullscreen=native noprint=yes +noquit=yes