diff --git a/package.json b/package.json index e5e9f23..f5e431a 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "VencordDesktop", + "name": "vencord-desktop", "version": "0.4.0", "private": true, "description": "", diff --git a/src/main/appBadge.ts b/src/main/appBadge.ts index 46abe1d..c56371b 100644 --- a/src/main/appBadge.ts +++ b/src/main/appBadge.ts @@ -24,7 +24,8 @@ let lastIndex: null | number = -1; export function setBadgeCount(count: number) { switch (process.platform) { case "linux": - if (count === -1) count = 0; + // used to be if (count === -1) + if (count < 0) count = 0; app.setBadgeCount(count); break; case "darwin": diff --git a/static/shiggy.gif b/static/shiggy.gif new file mode 100644 index 0000000..fc56490 Binary files /dev/null and b/static/shiggy.gif differ diff --git a/static/views/splash.html b/static/views/splash.html index 6ca1a0b..7cb571b 100644 --- a/static/views/splash.html +++ b/static/views/splash.html @@ -32,7 +32,7 @@
shiggy