fix: ext loaded failed.
This commit is contained in:
parent
826391ebba
commit
514751d371
|
@ -468,6 +468,7 @@ export async function boot() {
|
||||||
|
|
||||||
if (extensionlist.length && (config.get('mode') != 'connect' || show_splash)) {
|
if (extensionlist.length && (config.get('mode') != 'connect' || show_splash)) {
|
||||||
_status.extensionLoading = [];
|
_status.extensionLoading = [];
|
||||||
|
_status.extensionLoaded = [];
|
||||||
|
|
||||||
const bannedExtensions = Reflect.get(window, 'bannedExtensions');
|
const bannedExtensions = Reflect.get(window, 'bannedExtensions');
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue