refactor: move status functions to footer view

This commit is contained in:
Baptiste Grob
2020-09-29 12:08:19 +02:00
parent 9019dda003
commit 212a65f463
7 changed files with 155 additions and 199 deletions

View File

@@ -96,7 +96,7 @@ export class ApplicationGroup extends SNApplicationGroup {
autolockService,
nativeExtService,
prefsService,
statusService,
statusManager: statusService,
themeService
});
return application;