WIP
This commit is contained in:
@@ -15,8 +15,9 @@ export class NativeExtManager {
|
||||
this.resolveExtensionsManager();
|
||||
this.resolveBatchManager();
|
||||
|
||||
application.onReady(() => {
|
||||
this.initialize();
|
||||
application.onUnlock(() => {
|
||||
this.resolveExtensionsManager();
|
||||
this.resolveBatchManager();
|
||||
});
|
||||
}
|
||||
|
||||
@@ -24,11 +25,6 @@ export class NativeExtManager {
|
||||
return this.systemExtensions.includes(extension.uuid);
|
||||
}
|
||||
|
||||
async initialize() {
|
||||
this.resolveExtensionsManager();
|
||||
this.resolveBatchManager();
|
||||
}
|
||||
|
||||
extensionsManagerTemplatePayload() {
|
||||
const url = window._extensions_manager_location;
|
||||
if (!url) {
|
||||
|
||||
Reference in New Issue
Block a user