(value: boolean)
| 101 | * @param value - `true` to use the unread-active icon, `false` for the default. |
| 102 | */ |
| 103 | export function setUseUnreadActiveIcon(value: boolean): void { |
| 104 | window.gitify.tray.useUnreadActiveIcon(value); |
| 105 | } |
| 106 | |
| 107 | /** |
| 108 | * Apply the global keyboard shortcut for toggling the app window. |