File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 54
54
0 is disabled, 1 is enabled.
55
55
`pause_on_minimize`: int, 0 or 1
56
56
If set to `1`, the main loop is paused and the `on_pause` event
57
- is dispatched when the window is minimized. Defaults to `0`
57
+ is dispatched when the window is minimized. This option is intended
58
+ for desktop use only. Defaults to `0`.
58
59
on desktop and `1` on mobile.
59
60
`keyboard_layout`: string
60
61
Identifier of the layout to use.
@@ -742,8 +743,7 @@ def name(self, value):
742
743
Config .setdefault ('graphics' , 'borderless' , '0' )
743
744
744
745
elif version == 11 :
745
- Config .setdefault ('kivy' , 'pause_on_minimize' , '1'
746
- if platform in ('android' , 'ios' ) else '0' )
746
+ Config .setdefault ('kivy' , 'pause_on_minimize' , '0' )
747
747
748
748
#elif version == 1:
749
749
# # add here the command for upgrading from configuration 0 to 1
You can’t perform that action at this time.
0 commit comments