Remove unused class

This commit is contained in:
Thomas Rittson 2022-04-28 09:47:26 +10:00
parent bce612b8bc
commit 1e7da3b9af
1 changed files with 0 additions and 1 deletions

View File

@ -50,7 +50,6 @@ export class InitService {
setTimeout(() => this.notificationsService.init(), 3000);
const htmlEl = this.win.document.documentElement;
htmlEl.classList.add("os_" + this.platformUtilsService.getDeviceString());
htmlEl.classList.add("locale_" + this.i18nService.translationLocale);
const theme = await this.platformUtilsService.getEffectiveTheme();
htmlEl.classList.add("theme_" + theme);