don't show version in title for store app

pull/2599/head
Mikael Finstad 8 months ago
parent 2511011ea2
commit 251101f116
No known key found for this signature in database
GPG Key ID: 25AB36E3E81CBC26

@ -437,7 +437,7 @@ export function setDocumentTitle({ filePath, working, progress }: {
parts.push(basename(filePath));
}
parts.push(`${appName} ${appVersion}`);
parts.push(isStoreBuild ? appName : `${appName} ${appVersion}`);
document.title = parts.join(' - ');
}

Loading…
Cancel
Save