aboutsummaryrefslogtreecommitdiffstats
path: root/src/features
diff options
context:
space:
mode:
authorLibravatar vantezzen <hello@vantezzen.io>2019-09-20 09:53:39 +0200
committerLibravatar vantezzen <hello@vantezzen.io>2019-09-20 09:53:39 +0200
commit28a73453ab2816cd9375f665a3e416a3eabe51d4 (patch)
tree0420bd2b3290d16a712ea3ba09ad4b45f9bc57fc /src/features
parentFix AppVeyor project link on build status badge (diff)
downloadferdium-app-28a73453ab2816cd9375f665a3e416a3eabe51d4.tar.gz
ferdium-app-28a73453ab2816cd9375f665a3e416a3eabe51d4.tar.zst
ferdium-app-28a73453ab2816cd9375f665a3e416a3eabe51d4.zip
Fix Todos menu
Diffstat (limited to 'src/features')
-rw-r--r--src/features/todos/preload.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/features/todos/preload.js b/src/features/todos/preload.js
index 412b775af..d1838e0d6 100644
--- a/src/features/todos/preload.js
+++ b/src/features/todos/preload.js
@@ -7,7 +7,7 @@ debug('Preloading Todos Webview');
7 7
8let hostMessageListener = () => {}; 8let hostMessageListener = () => {};
9 9
10window.franz = { 10window.ferdi = {
11 onInitialize(ipcHostMessageListener) { 11 onInitialize(ipcHostMessageListener) {
12 hostMessageListener = ipcHostMessageListener; 12 hostMessageListener = ipcHostMessageListener;
13 ipcRenderer.sendToHost(IPC.TODOS_CLIENT_CHANNEL, { action: 'todos:initialized' }); 13 ipcRenderer.sendToHost(IPC.TODOS_CLIENT_CHANNEL, { action: 'todos:initialized' });