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:
parent
5a1eca115f
commit
3d11ee1181
1 changed files with 1 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
# Default iOS tuxpaint.cfg
|
||||
|
||||
fullscreen=native
|
||||
nolockfile=yes
|
||||
noprint=yes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue