feat(ui): Add custom title functionality (#825)

This commit is contained in:
TheCatLady
2021-02-03 05:44:10 -05:00
committed by GitHub
parent 3ffd5ab0ee
commit 35c6bfc021
35 changed files with 162 additions and 42 deletions

View File

@@ -8,10 +8,11 @@ export interface SettingsContextProps {
const defaultSettings = {
initialized: false,
movie4kEnabled: false,
series4kEnabled: false,
applicationTitle: 'Overseerr',
hideAvailable: false,
localLogin: false,
movie4kEnabled: false,
series4kEnabled: false,
};
export const SettingsContext = React.createContext<SettingsContextProps>({