Skip to content
This repository was archived by the owner on Sep 10, 2020. It is now read-only.

Commit a118d7d

Browse files
committed
✨ set windows title
→ Gitmoji
1 parent bdb9514 commit a118d7d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

index.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ function main() {
2020
frame: false,
2121
icon: `${__dirname}/imgs/gitmoji.ico`,
2222
alwaysOnTop: Settings.settings.alwaysOnTop,
23-
center: Settings.settings.windowPosCenter
23+
center: Settings.settings.windowPosCenter,
24+
title: 'Gitmoji'
2425
})
2526

2627
mainWindow.loadURL(`file://${__dirname}/index.html`)
@@ -47,6 +48,7 @@ function main() {
4748
tray.on('click', () => {
4849
mainWindow.show()
4950
})
51+
5052
}
5153

5254
app.on('ready', init)

0 commit comments

Comments
 (0)