From 3d11ee11819eb270c5dbb56f5be8bcad8e9eedcd Mon Sep 17 00:00:00 2001 From: Mark Kim Date: Tue, 23 Mar 2021 23:58:15 -0400 Subject: [PATCH] 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