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 124bd5f874
commit 899c93b5aa

View file

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