We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d2ccb0 commit a69ffdfCopy full SHA for a69ffdf
url_modules/main/main.py
@@ -101,12 +101,12 @@ def run(request, params):
101
102
plugin_htmls += "\n" + _plugin_html
103
104
+ gui_scripts = ""
105
+
106
if "layout" not in params.keys():
107
gui_mode = statics.GUI_MODE_WEB_TMUX
- gui_scripts = ""
108
elif params["layout"] == "terminal":
109
110
elif params["layout"] == "gui":
111
gui_mode = statics.GUI_MODE_GUI
112
gui_scripts = "<script src='qrc:///qtwebchannel/qwebchannel.js'></script>"
0 commit comments