Use human-readable names for websockets
This commit is contained in:
parent
27f4dc6177
commit
84407cb005
4 changed files with 17 additions and 4 deletions
|
@ -756,7 +756,11 @@ export async function startApp(): Promise<void> {
|
|||
}
|
||||
|
||||
// This one should always be last - it could restart the app
|
||||
if (window.isBeforeVersion(lastVersion, 'v1.15.0-beta.5')) {
|
||||
if (
|
||||
window.isBeforeVersion(lastVersion, 'v1.15.0-beta.5') ||
|
||||
(window.isAfterVersion(lastVersion, 'v5.24.0-alpha') &&
|
||||
window.isBeforeVersion(lastVersion, 'v5.25.0'))
|
||||
) {
|
||||
await deleteAllLogs();
|
||||
window.restart();
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue