Add option to hide cursor

This commit is contained in:
Balthasar Reuter
2018-05-09 23:05:51 +02:00
parent e8440f7a26
commit 8cc740c075
2 changed files with 13 additions and 0 deletions

View File

@@ -7,6 +7,8 @@ fullscreen = False
width = 1024
# Height of Photobooth (if not fullscreen)
height = 600
# Hide cursor
hide_cursor = False
[Camera]
# Camera module to use (python-gphoto2, gphoto2-cffi, gphoto2-commandline, opencv)