aboutsummaryrefslogtreecommitdiffstats
path: root/src/electron/ipc-api
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-05-17 17:08:05 +0530
committerLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2021-05-17 13:18:26 +0000
commit1fcfccd9fb8d52a599aea1145deff7c3aaecaa97 (patch)
treef08453e0e4d2256eff24803ff83918ce327998d8 /src/electron/ipc-api
parentMissed 'prepare' step that enforces the installation of the git pre-commit hooks (diff)
downloadferdium-app-1fcfccd9fb8d52a599aea1145deff7c3aaecaa97.tar.gz
ferdium-app-1fcfccd9fb8d52a599aea1145deff7c3aaecaa97.tar.zst
ferdium-app-1fcfccd9fb8d52a599aea1145deff7c3aaecaa97.zip
Changed occurrences of 'Franz' to 'Ferdi' (probably missed earlier while catchup from Franz source). [skip ci]
Diffstat (limited to 'src/electron/ipc-api')
-rw-r--r--src/electron/ipc-api/cld.js2
-rw-r--r--src/electron/ipc-api/dnd.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/electron/ipc-api/cld.js b/src/electron/ipc-api/cld.js
index 23f18aa94..73e320ad9 100644
--- a/src/electron/ipc-api/cld.js
+++ b/src/electron/ipc-api/cld.js
@@ -1,7 +1,7 @@
1import { ipcMain } from 'electron'; 1import { ipcMain } from 'electron';
2import cld from 'cld'; 2import cld from 'cld';
3 3
4const debug = require('debug')('Franz:ipcApi:cld'); 4const debug = require('debug')('Ferdi:ipcApi:cld');
5 5
6export default async () => { 6export default async () => {
7 ipcMain.handle('detect-language', async (event, { sample }) => { 7 ipcMain.handle('detect-language', async (event, { sample }) => {
diff --git a/src/electron/ipc-api/dnd.js b/src/electron/ipc-api/dnd.js
index 4589aa222..da4d7781e 100644
--- a/src/electron/ipc-api/dnd.js
+++ b/src/electron/ipc-api/dnd.js
@@ -1,7 +1,7 @@
1import { ipcMain } from 'electron'; 1import { ipcMain } from 'electron';
2import { getDoNotDisturb } from '@meetfranz/electron-notification-state'; 2import { getDoNotDisturb } from '@meetfranz/electron-notification-state';
3 3
4const debug = require('debug')('Franz:ipcApi:dnd'); 4const debug = require('debug')('Ferdi:ipcApi:dnd');
5 5
6export default async () => { 6export default async () => {
7 ipcMain.handle('get-dnd', async () => { 7 ipcMain.handle('get-dnd', async () => {