fix(konsole) try to load console.js when console is disabled

This commit is contained in:
coderaiser 2018-08-25 13:32:14 +03:00
parent c0ff6d7e08
commit 8b10dd3e3d

View file

@ -30,6 +30,9 @@ let Element;
let Loaded;
module.exports.init = async () => {
if (!config('console'))
return;
Images.show.load('top');
await CloudCmd.View();