mirror of
https://github.com/celisej567/Vesktop.git
synced 2026-01-05 14:10:20 +03:00
windows: fix notification title & icon
This commit is contained in:
@@ -32,7 +32,9 @@ if (!app.requestSingleInstanceLock()) {
|
||||
});
|
||||
|
||||
app.whenReady().then(async () => {
|
||||
if (process.platform === "darwin")
|
||||
if (process.platform === "win32")
|
||||
app.setAppUserModelId("dev.vencord.desktop");
|
||||
else if (process.platform === "darwin")
|
||||
app.dock.setIcon(ICON_PATH);
|
||||
|
||||
createWindows();
|
||||
|
||||
Reference in New Issue
Block a user