Update nav tab badges, fix several call tabs issues
This commit is contained in:
parent
ed6ffb695a
commit
9c7dc22a23
43 changed files with 1095 additions and 936 deletions
2
ts/window.d.ts
vendored
2
ts/window.d.ts
vendored
|
@ -78,7 +78,7 @@ export type IPCType = {
|
|||
restart: () => void;
|
||||
setAutoHideMenuBar: (value: boolean) => void;
|
||||
setAutoLaunch: (value: boolean) => Promise<void>;
|
||||
setBadgeCount: (count: number) => void;
|
||||
setBadge: (badge: number | 'marked-unread') => void;
|
||||
setMenuBarVisibility: (value: boolean) => void;
|
||||
showDebugLog: () => void;
|
||||
showPermissionsPopup: (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue