aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/Tray.js
diff options
context:
space:
mode:
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',