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
  • Loading branch information
MaxLeiter committed May 13, 2024
2 parents 0955d9d + cb4aaf6 commit 4de4130
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 4de4130

Please sign in to comment.