mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
fix(config) init: load when configDialog disabled
This commit is contained in:
parent
76368ca861
commit
ecfb4ff31e
1 changed files with 3 additions and 0 deletions
|
|
@ -44,6 +44,9 @@ const Config = {};
|
|||
let Loading = true;
|
||||
|
||||
module.exports.init = async () => {
|
||||
if (!CloudCmd.config('configDialog'))
|
||||
return;
|
||||
|
||||
showLoad();
|
||||
|
||||
await CloudCmd.View();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue