fix/various fixes
This commit is contained in:
@@ -56,6 +56,7 @@ export async function clearAppLanguage(): Promise<void> {
|
||||
|
||||
export async function getLargeText(): Promise<boolean> {
|
||||
const v = await getStored(KEY_LARGE_TEXT);
|
||||
if (v == null || v === '') return true;
|
||||
return v === 'true';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user