Add offline mode info to server info

This commit is contained in:
shortcutme 2019-04-15 15:49:34 +02:00
parent 698f0cc230
commit a7e8293d1a
No known key found for this signature in database
GPG key ID: 5B63BAE6CB9613AE

View file

@ -345,6 +345,7 @@ class UiWebsocket(object):
"timecorrection": file_server.timecorrection, "timecorrection": file_server.timecorrection,
"language": config.language, "language": config.language,
"debug": config.debug, "debug": config.debug,
"offline": config.offline,
"plugins": PluginManager.plugin_manager.plugin_names, "plugins": PluginManager.plugin_manager.plugin_names,
"user_settings": self.user.settings "user_settings": self.user.settings
} }