We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef9a943 commit 5629b74Copy full SHA for 5629b74
1 file changed
src/main/main.ts
@@ -77,8 +77,8 @@ function createWindow() {
77
contextIsolation: false,
78
preload: path.join(__dirname, './preload.js'),
79
},
80
- // title: `${constants.appName} v${app.getVersion()}`, // TODO revert
81
- title: `${constants.appName}`,
+ title: `${constants.appName} v${app.getVersion()}`, // TODO revert
+ // title: `${constants.appName}`,
82
// show: false,
83
...(process.platform === 'darwin' && {
84
vibrancy: 'sidebar',
0 commit comments