chore: dont start theme manager if in clipper environment
This commit is contained in:
@@ -141,7 +141,9 @@ export class WebApplication extends SNApplication implements WebApplicationInter
|
||||
void this.mobileWebReceiver
|
||||
void this.autolockService
|
||||
void this.persistence
|
||||
void this.themeManager
|
||||
if (this.environment !== Environment.Clipper) {
|
||||
void this.themeManager
|
||||
}
|
||||
void this.momentsService
|
||||
void this.routeService
|
||||
|
||||
|
||||
Reference in New Issue
Block a user