From 65cdeaa9de320daad79c20a7ff89cc3a75764c80 Mon Sep 17 00:00:00 2001 From: Valentino Stillhart <4715129+Fusseldieb@users.noreply.github.com> Date: Fri, 18 Apr 2025 05:04:59 -0300 Subject: [PATCH] Dashes were breaking notifications --- src/electron-main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/electron-main.ts b/src/electron-main.ts index ab38f9c..e210746 100644 --- a/src/electron-main.ts +++ b/src/electron-main.ts @@ -600,4 +600,4 @@ app.on("second-instance", (ev, commandLine, workingDirectory) => { // installer uses for the shortcut icon. // This makes notifications work on windows 8.1 (and is // a noop on other platforms). -app.setAppUserModelId("com.squirrel.element-desktop.Element"); +app.setAppUserModelId("com.squirrel.element.desktop");