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.
This commit is contained in:
Mark Kim 2021-03-23 23:58:15 -04:00
parent 5a1eca115f
commit 3d11ee1181

View file

@ -1,4 +1,5 @@
# Default iOS tuxpaint.cfg
fullscreen=native
nolockfile=yes
noprint=yes