Some improvements

This commit is contained in:
Fedor Indutnyy 2023-12-18 15:22:46 -08:00
parent 14a2714c1e
commit c53eefaf6d
19 changed files with 205 additions and 70 deletions

View file

@ -972,6 +972,14 @@ export async function startApp(): Promise<void> {
}
}
if (
window.storage.get('autoConvertEmoji') === undefined &&
newVersion &&
!lastVersion
) {
await window.storage.put('autoConvertEmoji', true);
}
setAppLoadingScreenMessage(
window.i18n('icu:optimizingApplication'),
window.i18n