Skip to content

Commit

Permalink
Merge pull request #4873 from thelounge/types
Browse files Browse the repository at this point in the history
client: remove setAppBadge and clearAppBadge
(cherry picked from commit 4de4130)
  • Loading branch information
MaxLeiter authored and f0x52 committed May 20, 2024
1 parent d5e72c4 commit 652a17d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions client/js/types.d.ts
Original file line number Diff line number Diff line change
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 652a17d

Please sign in to comment.