aboutsummaryrefslogtreecommitdiffstats
path: root/src/electron/deepLinking.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/electron/deepLinking.ts')
-rw-r--r--src/electron/deepLinking.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/electron/deepLinking.ts b/src/electron/deepLinking.ts
index 70e5cfb6f..532bdd6fb 100644
--- a/src/electron/deepLinking.ts
+++ b/src/electron/deepLinking.ts
@@ -1,5 +1,5 @@
1export default function handleDeepLink(window, rawUrl) { 1export default function handleDeepLink(window, rawUrl) {
2 const url = rawUrl.replace('ferdi://', ''); 2 const url = rawUrl.replace('ferdium://', '');
3 3
4 if (!url) return; 4 if (!url) return;
5 5