Merge pull request #4684 from VOREStation/upstream-merge-5814

[MIRROR] [READY]Makes a bunch of processes subsystems instead
This commit is contained in:
Novacat
2019-03-27 17:46:31 -04:00
committed by GitHub
187 changed files with 4879 additions and 5021 deletions

View File

@@ -52,7 +52,7 @@
data["engines_info"] = enginfo
ui = GLOB.nanomanager.try_update_ui(user, src, ui_key, ui, data, force_open)
ui = SSnanoui.try_update_ui(user, src, ui_key, ui, data, force_open)
if (!ui)
ui = new(user, src, ui_key, "engines_control.tmpl", "[linked.name] Engines Control", 380, 530)
ui.set_initial_data(data)