mirror of
https://github.com/thelounge/thelounge
synced 2024-11-10 06:34:21 +00:00
client: remove setAppBadge and clearAppBadge
They already ship with typescript's lib.dom.d.ts
This commit is contained in:
parent
45c2fc87ee
commit
cb4aaf6a97
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 {
|
interface LoungeWindow extends Window {
|
||||||
g_TheLoungeRemoveLoading?: () => void;
|
g_TheLoungeRemoveLoading?: () => void;
|
||||||
navigator: Window["navigator"] & {
|
|
||||||
setAppBadge?: (highlightCount: number) => void;
|
|
||||||
clearAppBadge?: () => void;
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
||||||
type ClientUser = SharedUser;
|
type ClientUser = SharedUser;
|
||||||
|
|
Loading…
Reference in a new issue