mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 05:16:07 +00:00
save all
This commit is contained in:
@@ -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
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user