(title: string)
| 136 | * @param title The title to set on the tray icon |
| 137 | */ |
| 138 | export function updateTrayTitle(title: string): void { |
| 139 | window.gitify.tray.updateTitle(title); |
| 140 | } |
| 141 | |
| 142 | /** |
| 143 | * Copies the specified text to the system clipboard. |
no outgoing calls
no test coverage detected