Dashes were breaking notifications

This commit is contained in:
Valentino Stillhart
2025-04-18 05:04:59 -03:00
parent 262abf5847
commit 65cdeaa9de

View File

@@ -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");