client: remove setAppBadge and clearAppBadge

They already ship with typescript's lib.dom.d.ts
This commit is contained in:
Reto Brunner 2024-05-10 13:21:18 +02:00
parent 45c2fc87ee
commit cb4aaf6a97

View file

@ -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;