Skip to content

Commit

Permalink
client: remove setAppBadge and clearAppBadge
Browse files Browse the repository at this point in the history
They already ship with typescript's lib.dom.d.ts
  • Loading branch information
brunnre8 committed May 10, 2024
1 parent 45c2fc8 commit cb4aaf6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions client/js/types.d.ts
Expand Up @@ -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;
Expand Down

0 comments on commit cb4aaf6

Please sign in to comment.