Merge pull request #447 from rafalo1333/patch-2
spec file: dont use fullscreen by default
This commit is contained in:
commit
925ef6c49f
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ orientation = landscape
|
||||||
#
|
#
|
||||||
|
|
||||||
# (bool) Indicate if the application should be fullscreen or not
|
# (bool) Indicate if the application should be fullscreen or not
|
||||||
fullscreen = 1
|
fullscreen = 0
|
||||||
|
|
||||||
# (list) Permissions
|
# (list) Permissions
|
||||||
#android.permissions = INTERNET
|
#android.permissions = INTERNET
|
||||||
|
|
Loading…
Reference in a new issue