mirror of
https://github.com/thelounge/thelounge
synced 2024-11-10 06:34:21 +00:00
Merge pull request #4873 from thelounge/types
client: remove setAppBadge and clearAppBadge
This commit is contained in:
commit
4de413070d
1 changed files with 0 additions and 4 deletions
4
client/js/types.d.ts
vendored
4
client/js/types.d.ts
vendored
|
@ -9,10 +9,6 @@ import {LinkPreview, SharedMsg} from "../../shared/types/msg";
|
|||
|
||||
interface LoungeWindow extends Window {
|
||||
g_TheLoungeRemoveLoading?: () => void;
|
||||
navigator: Window["navigator"] & {
|
||||
setAppBadge?: (highlightCount: number) => void;
|
||||
clearAppBadge?: () => void;
|
||||
};
|
||||
}
|
||||
|
||||
type ClientUser = SharedUser;
|
||||
|
|
Loading…
Reference in a new issue