1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-26 22:41:17 +02:00

Desktop: Fixes #11989: Joplin became unusably slow on MacOS due to incorrect detection of architecture

This commit is contained in:
Laurent Cozic
2025-03-21 11:55:53 +01:00
parent 20f7f37b49
commit 2142373fff
5 changed files with 56 additions and 1 deletions

View File

@@ -85,6 +85,7 @@ export default function versionInfo(packageInfo: PackageInfo, plugins: Plugins)
const body = [
_('%s %s (%s, %s)', p.name, p.version, Setting.value('env'), shim.platformName()),
'',
_('Device: %s', shim.deviceString()),
_('Client ID: %s', Setting.value('clientId')),
_('Sync Version: %s', Setting.value('syncVersion')),
_('Profile Version: %s', reg.db().version()),