mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-06-19 23:33:43 +00:00
Saving theme in local storage
This commit is contained in:
@ -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
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user