mirror of
https://github.com/Myxelium/Bridge-Multi.git
synced 2026-04-11 14:19:38 +00:00
Remember custom theme path
This commit is contained in:
@@ -96,6 +96,13 @@ export class SettingsService {
|
||||
this.settings.customTheme = value
|
||||
this.saveSettings()
|
||||
}
|
||||
get customThemePath() {
|
||||
return this.settings.customThemePath
|
||||
}
|
||||
set customThemePath(value: string | null) {
|
||||
this.settings.customThemePath = value
|
||||
this.saveSettings()
|
||||
}
|
||||
|
||||
get isSng() {
|
||||
return this.settings.isSng
|
||||
|
||||
Reference in New Issue
Block a user