| 32 | |
| 33 | /** Payload for the `UPDATE_AUTO_LAUNCH` event. */ |
| 34 | export interface IAutoLaunch { |
| 35 | openAtLogin: boolean; |
| 36 | openAsHidden: boolean; |
| 37 | } |
| 38 | |
| 39 | /** Payload for the `UPDATE_KEYBOARD_SHORTCUT` event. */ |
| 40 | export interface IKeyboardShortcut { |
nothing calls this directly
no outgoing calls
no test coverage detected