summaryrefslogtreecommitdiffstats
path: root/admin/WebConsole3/frontend/src/app/pages/profile/profile.component.ts
diff options
context:
space:
mode:
Diffstat (limited to 'admin/WebConsole3/frontend/src/app/pages/profile/profile.component.ts')
-rw-r--r--admin/WebConsole3/frontend/src/app/pages/profile/profile.component.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/admin/WebConsole3/frontend/src/app/pages/profile/profile.component.ts b/admin/WebConsole3/frontend/src/app/pages/profile/profile.component.ts
index 149ad6f3..da6859c2 100644
--- a/admin/WebConsole3/frontend/src/app/pages/profile/profile.component.ts
+++ b/admin/WebConsole3/frontend/src/app/pages/profile/profile.component.ts
@@ -42,7 +42,6 @@ export class ProfileComponent implements OnInit {
}
changeTheme() {
- this.app.theme = this.user.preferences.theme;
this.layoutStore.setSkin(this.user.preferences.theme);
}