AppIDs must match config to properly display notification icon and title

This commit is contained in:
Valentino Stillhart
2025-04-18 05:19:41 -03:00
parent 65cdeaa9de
commit 41ff61421d

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");
app.setAppUserModelId("im.riot.app");