Enable goggles on supported mined block visualizations

This commit is contained in:
Mononaut
2023-12-21 16:23:28 +00:00
parent 1507003c19
commit 0c9c79c86c
6 changed files with 70 additions and 15 deletions

View File

@@ -150,6 +150,8 @@ export class StateService {
searchFocus$: Subject<boolean> = new Subject<boolean>();
menuOpen$: BehaviorSubject<boolean> = new BehaviorSubject(false);
activeGoggles$: BehaviorSubject<string[]> = new BehaviorSubject([]);
constructor(
@Inject(PLATFORM_ID) private platformId: any,
@Inject(LOCALE_ID) private locale: string,