mirror of
https://github.com/Febbweiss/mopidy-touchscreen.git
synced 2026-03-05 06:35:43 +00:00
Merge branch 'Syco54645-develop' into v1.0.0
This commit is contained in:
@@ -24,6 +24,7 @@ class Extension(ext.Extension):
|
||||
schema = super(Extension, self).get_config_schema()
|
||||
schema['screen_width'] = config.Integer(minimum=1)
|
||||
schema['screen_height'] = config.Integer(minimum=1)
|
||||
schema['resolution_factor'] = config.Integer(minimum=0)
|
||||
schema['cursor'] = config.Boolean()
|
||||
schema['fullscreen'] = config.Boolean()
|
||||
schema['cache_dir'] = config.Path()
|
||||
|
||||
Reference in New Issue
Block a user