Skip to content

Commit 5629b74

Browse files
committed
chore: modify app title format
1 parent ef9a943 commit 5629b74

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/main.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ function createWindow() {
7777
contextIsolation: false,
7878
preload: path.join(__dirname, './preload.js'),
7979
},
80-
// title: `${constants.appName} v${app.getVersion()}`, // TODO revert
81-
title: `${constants.appName}`,
80+
title: `${constants.appName} v${app.getVersion()}`, // TODO revert
81+
// title: `${constants.appName}`,
8282
// show: false,
8383
...(process.platform === 'darwin' && {
8484
vibrancy: 'sidebar',

0 commit comments

Comments
 (0)