We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d48329 commit 982347fCopy full SHA for 982347f
packages/compass/src/main/index.ts
@@ -24,7 +24,7 @@ initializeElectronRemote();
24
installEarlyLoggingListener();
25
installEarlyOpenUrlListener();
26
27
-process.title = `${app.getName()} ${app.getVersion()}`;
+process.title = app.getName();
28
29
void main();
30
0 commit comments