Add offline mode info to server info
This commit is contained in:
parent
698f0cc230
commit
a7e8293d1a
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue