mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
fix(konsole) try to load console.js when console is disabled
This commit is contained in:
parent
c0ff6d7e08
commit
8b10dd3e3d
1 changed files with 3 additions and 0 deletions
|
|
@ -30,6 +30,9 @@ let Element;
|
|||
let Loaded;
|
||||
|
||||
module.exports.init = async () => {
|
||||
if (!config('console'))
|
||||
return;
|
||||
|
||||
Images.show.load('top');
|
||||
|
||||
await CloudCmd.View();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue