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
124bd5f874
commit
899c93b5aa
1 changed files with 1 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
|||
# Default iOS tuxpaint.cfg
|
||||
|
||||
fullscreen=native
|
||||
nolockfile=yes
|
||||
noprint=yes
|
||||
noquit=yes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue