Some improvements
This commit is contained in:
parent
14a2714c1e
commit
c53eefaf6d
19 changed files with 205 additions and 70 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue