diff --git a/client/modules/konsole.js b/client/modules/konsole.js index 60b44d9a..d68437ba 100644 --- a/client/modules/konsole.js +++ b/client/modules/konsole.js @@ -30,6 +30,9 @@ let Element; let Loaded; module.exports.init = async () => { + if (!config('console')) + return; + Images.show.load('top'); await CloudCmd.View();