aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/Tray.js
diff options
context:
space:
mode:
authorLibravatar vantezzen <properly@protonmail.com>2019-08-21 14:28:15 +0200
committerLibravatar vantezzen <properly@protonmail.com>2019-08-21 14:28:15 +0200
commit8769c4f4ad2d3b4706ff227386bec0e83bacf980 (patch)
tree6bf4ea214df9171393a1a39baee2c1a81efe3055 /src/lib/Tray.js
parentUpdate translation line numbers (diff)
downloadferdium-app-8769c4f4ad2d3b4706ff227386bec0e83bacf980.tar.gz
ferdium-app-8769c4f4ad2d3b4706ff227386bec0e83bacf980.tar.zst
ferdium-app-8769c4f4ad2d3b4706ff227386bec0e83bacf980.zip
Replace public Franz occurences with Ferdi
Diffstat (limited to 'src/lib/Tray.js')
-rw-r--r--src/lib/Tray.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/Tray.js b/src/lib/Tray.js
index 192e24796..28ec55eb7 100644
--- a/src/lib/Tray.js
+++ b/src/lib/Tray.js
@@ -20,7 +20,7 @@ export default class TrayIcon {
20 this.trayIcon = new Tray(this._getAsset('tray', INDICATOR_TRAY_PLAIN)); 20 this.trayIcon = new Tray(this._getAsset('tray', INDICATOR_TRAY_PLAIN));
21 const trayMenuTemplate = [ 21 const trayMenuTemplate = [
22 { 22 {
23 label: 'Show Franz', 23 label: 'Show Ferdi',
24 click() { 24 click() {
25 if (app.mainWindow.isMinimized()) { 25 if (app.mainWindow.isMinimized()) {
26 app.mainWindow.restore(); 26 app.mainWindow.restore();
@@ -29,7 +29,7 @@ export default class TrayIcon {
29 app.mainWindow.focus(); 29 app.mainWindow.focus();
30 }, 30 },
31 }, { 31 }, {
32 label: 'Quit Franz', 32 label: 'Quit Ferdi',
33 click() { 33 click() {
34 app.quit(); 34 app.quit();
35 }, 35 },