This commit is contained in:
Peter Maquiran
2023-01-12 15:27:09 +01:00
parent 58f9e7eacd
commit 9493179efd
82 changed files with 702 additions and 557 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ export class ThemeService {
private storageservice: StorageService
) {
this.keyName = (SHA1(this.constructor.name)).toString()
this.keyName = (SHA1("ThemeService")).toString()
let restore = localstoreService.get(this.keyName, {
theme: this.defaultTheme
})