From 3d11ee11819eb270c5dbb56f5be8bcad8e9eedcd Mon Sep 17 00:00:00 2001 From: Mark Kim Date: Tue, 23 Mar 2021 23:58:15 -0400 Subject: [PATCH 1/2] disable lockfile in ios ios doesn't allow an app to be started more than once so it's not necessary, and can confuse users who tries to reopen the app after an accidental closure. --- ios/tuxpaint.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/ios/tuxpaint.cfg b/ios/tuxpaint.cfg index 75173e917..cd23cbb0f 100644 --- a/ios/tuxpaint.cfg +++ b/ios/tuxpaint.cfg @@ -1,4 +1,5 @@ # Default iOS tuxpaint.cfg fullscreen=native +nolockfile=yes noprint=yes From 1425db057882a64c37869b07e894a0e87dc9932d Mon Sep 17 00:00:00 2001 From: Mark Kim Date: Wed, 24 Mar 2021 00:00:31 -0400 Subject: [PATCH 2/2] add back noquit option to ios default config must have failed to get merged from the sdl2.0 branch. --- ios/tuxpaint.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/ios/tuxpaint.cfg b/ios/tuxpaint.cfg index cd23cbb0f..33960886f 100644 --- a/ios/tuxpaint.cfg +++ b/ios/tuxpaint.cfg @@ -3,3 +3,4 @@ fullscreen=native nolockfile=yes noprint=yes +noquit=yes