diff --git a/client/modules/terminal.js b/client/modules/terminal.js index 6756e1cc..4ccfe280 100644 --- a/client/modules/terminal.js +++ b/client/modules/terminal.js @@ -45,6 +45,9 @@ const loadAll = async () => { }; module.exports.init = async () => { + if (!config('terminal')) + return; + Images.show.load('top'); await CloudCmd.View();