mirror of
https://github.com/Prowlarr/Prowlarr
synced 2025-12-06 00:22:31 +01:00
Fixup theme selector App name
This commit is contained in:
parent
160320f3a2
commit
98608e75a6
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ import themes from 'Styles/Themes';
|
|||
|
||||
function createThemeSelector() {
|
||||
return createSelector(
|
||||
(state: AppState) => state.settings.ui.item.theme || window.Radarr.theme,
|
||||
(state: AppState) => state.settings.ui.item.theme || window.Prowlarr.theme,
|
||||
(theme) => theme
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue