mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
Fixed an issue with switching the preset themes
This commit is contained in:
parent
8170dcb297
commit
8cbf2ab707
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ export class CustomizationComponent implements OnInit {
|
|||
}
|
||||
}
|
||||
if(x.hasPresetTheme) {
|
||||
this.themes.unshift({displayName: x.presetThemeDisplayName, fullName: x.presetThemeName, url: "", version: x.presetThemeVersion});
|
||||
this.themes.unshift({displayName: x.presetThemeDisplayName, fullName: x.presetThemeName, url: existingTheme.url, version: x.presetThemeVersion});
|
||||
this.themes.unshift({displayName: "None", fullName: "None", url: "", version: ""});
|
||||
} else {
|
||||
this.themes.unshift({displayName: "Please Select", fullName: "-1", url: "-1", version: ""});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue