mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-12-23 22:28:00 -05:00
Fixup theme selector App name
This commit is contained in:
@@ -6,7 +6,7 @@ import themes from 'Styles/Themes';
|
|||||||
|
|
||||||
function createThemeSelector() {
|
function createThemeSelector() {
|
||||||
return createSelector(
|
return createSelector(
|
||||||
(state: AppState) => state.settings.ui.item.theme || window.Radarr.theme,
|
(state: AppState) => state.settings.ui.item.theme || window.Prowlarr.theme,
|
||||||
(theme) => theme
|
(theme) => theme
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user