diff options
Diffstat (limited to 'client/src/app/app.component.ts')
-rw-r--r-- | client/src/app/app.component.ts | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/client/src/app/app.component.ts b/client/src/app/app.component.ts index bde97c68b..14fd27784 100644 --- a/client/src/app/app.component.ts +++ b/client/src/app/app.component.ts | |||
@@ -206,9 +206,7 @@ export class AppComponent implements OnInit { | |||
206 | private async loadPlugins () { | 206 | private async loadPlugins () { |
207 | this.pluginService.initializePlugins() | 207 | this.pluginService.initializePlugins() |
208 | 208 | ||
209 | await this.pluginService.loadPluginsByScope('common') | 209 | this.hooks.runAction('action:application.init', 'common') |
210 | |||
211 | this.hooks.runAction('action:application.init') | ||
212 | } | 210 | } |
213 | 211 | ||
214 | private initHotkeys () { | 212 | private initHotkeys () { |