Saving theme in local storage

This commit is contained in:
Piotr Pekala
2019-11-28 05:25:07 -08:00
parent 6870f707bf
commit f9af6e32be
3 changed files with 9 additions and 2 deletions

View File

@ -32,6 +32,5 @@ export class SettingsComponent implements OnInit {
setDarkMode(value: boolean) {
this.themeService.setDarkMode(value);
//this value should be saved and stored in local memory
}
}