blob: 9516d89fa3e7050705680cb66872ed30174e08a8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff --git a/src/main/index.ts b/src/main/index.ts
index 9144dda..916330d 100644
--- a/src/main/index.ts
+++ b/src/main/index.ts
@@ -50,6 +50,7 @@ remote.initialize();
app.name = appName;
+app.setDesktopName("no.mifi.losslesscut.desktop");
if (isWindows) {
// in order to set the title on OS notifications on Windows, this needs to be set to app.name
|