diff --git a/ts/background.ts b/ts/background.ts index 3cea35e0a..b4ede2a91 100644 --- a/ts/background.ts +++ b/ts/background.ts @@ -715,11 +715,7 @@ export async function startApp(): Promise { } // This one should always be last - it could restart the app - if ( - window.isBeforeVersion(lastVersion, 'v1.15.0-beta.5') || - (window.isAfterVersion(lastVersion, 'v5.24.0-alpha') && - window.isBeforeVersion(lastVersion, 'v5.25.0')) - ) { + if (window.isBeforeVersion(lastVersion, 'v5.30.0-alpha')) { await deleteAllLogs(); window.restart(); return;