mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 13:02:56 +00:00
responsive
This commit is contained in:
@@ -17,9 +17,7 @@ export class ThemeService {
|
||||
currentTheme: 'gov' | 'default' | 'doneIt' = this.defaultTheme
|
||||
keyName: string
|
||||
|
||||
constructor(
|
||||
private storageservice: StorageService
|
||||
) {
|
||||
constructor() {
|
||||
|
||||
this.keyName = (SHA1("ThemeService")).toString()
|
||||
let restore = localstoreService.get(this.keyName, {
|
||||
|
||||
Reference in New Issue
Block a user