mirror of
https://github.com/Vencord/Vesktop.git
synced 2025-02-23 21:55:09 +00:00
propper count signature
This commit is contained in:
parent
310e661326
commit
cab6ba5e70
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ export function setBadgeCount(count: number) {
|
||||||
? "application://dev.vencord.Vesktop.desktop" // flatpak handling
|
? "application://dev.vencord.Vesktop.desktop" // flatpak handling
|
||||||
: "application://vesktop.desktop",
|
: "application://vesktop.desktop",
|
||||||
[
|
[
|
||||||
["count", ["i", count === -1 ? 0 : count]],
|
["count", ["x", count === -1 ? 0 : count]],
|
||||||
["count-visible", ["b", count !== 0]]
|
["count-visible", ["b", count !== 0]]
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Reference in a new issue