aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/Tray.js
diff options
context:
space:
mode:
authorLibravatar Atakan Goktepe <atakangktepe@gmail.com>2017-10-26 12:57:45 +0300
committerLibravatar Atakan Goktepe <atakangktepe@gmail.com>2017-10-26 12:57:45 +0300
commit5d2a941beb1c8d59cae68f8c943184e480764866 (patch)
tree928185a32e9cc5fa5218946ca2b2e069b857eb88 /src/lib/Tray.js
parentMerge pull request #108 from meetfranz/develop (diff)
downloadferdium-app-5d2a941beb1c8d59cae68f8c943184e480764866.tar.gz
ferdium-app-5d2a941beb1c8d59cae68f8c943184e480764866.tar.zst
ferdium-app-5d2a941beb1c8d59cae68f8c943184e480764866.zip
Fixed 'Show Franz' button in tray
Diffstat (limited to 'src/lib/Tray.js')
-rw-r--r--src/lib/Tray.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Tray.js b/src/lib/Tray.js
index 67150971e..2101d1503 100644
--- a/src/lib/Tray.js
+++ b/src/lib/Tray.js
@@ -21,7 +21,7 @@ export default class TrayIcon {
21 { 21 {
22 label: 'Show Franz', 22 label: 'Show Franz',
23 click() { 23 click() {
24 this.mainWindow.show(); 24 app.mainWindow.show();
25 }, 25 },
26 }, { 26 }, {
27 label: 'Quit Franz', 27 label: 'Quit Franz',