mirror of
https://github.com/Febbweiss/mopidy-touchscreen.git
synced 2026-03-04 22:25:39 +00:00
Screen size and cursor on config file
This commit is contained in:
@@ -26,6 +26,9 @@ class Extension(ext.Extension):
|
||||
|
||||
def get_config_schema(self):
|
||||
schema = super(Extension, self).get_config_schema()
|
||||
schema['screen_width'] = config.Integer()
|
||||
schema['screen_height'] = config.Integer()
|
||||
schema['cursor'] = config.Boolean()
|
||||
# TODO: Comment in and edit, or remove entirely
|
||||
#schema['username'] = config.String()
|
||||
#schema['password'] = config.Secret()
|
||||
|
||||
Reference in New Issue
Block a user