Skip to content

Commit

Permalink
add doc for allow_screensaver config option
Browse files Browse the repository at this point in the history
  • Loading branch information
dessant authored Feb 2, 2017
1 parent 08ab46d commit 258446c
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions kivy/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,9 @@
'data/fonts/Roboto-Bold.ttf', 'data/fonts/Roboto-BoldItalic.ttf']
Default font used for widgets displaying any text.
`allow_screensaver`: int, one of 0 or 1, defaults to 1
Allow the device to show a screen saver, or to go to sleep
on mobile devices. Only works for the sdl2 window provider.
:input:
Expand Down Expand Up @@ -269,9 +272,10 @@
arguments.
.. versionchanged:: 1.9.2
`min_state_time` has been added to the `graphics` section.
`kivy_clock` has been added to the kivy section
`default_font` has beed added to the kivy section
`min_state_time` and `allow_screensaver` have been added
to the `graphics` section.
`kivy_clock` has been added to the kivy section.
`default_font` has beed added to the kivy section.
.. versionchanged:: 1.9.0
`borderless` and `window_state` have been added to the graphics section.
Expand Down

0 comments on commit 258446c

Please sign in to comment.