fix/various fixes
This commit is contained in:
@@ -48,7 +48,7 @@ export function AppSettingsProvider({ children }: PropsWithChildren) {
|
||||
const { t } = useTranslation('app');
|
||||
|
||||
const [language, setLanguageState] = useState<AppLanguage | null>(null);
|
||||
const [largeText, setLargeTextState] = useState(false);
|
||||
const [largeText, setLargeTextState] = useState(true);
|
||||
const [darkMode, setDarkModeState] = useState(false);
|
||||
const [themeName, setThemeNameState] = useState<ThemeName>('default');
|
||||
const [ready, setReady] = useState(false);
|
||||
|
||||
Reference in New Issue
Block a user