()
| 66 | } |
| 67 | |
| 68 | isDockIconVisible() { |
| 69 | if (process.platform != 'darwin') |
| 70 | return false; |
| 71 | return gui.app.getActivationPolicy() == 'regular'; |
| 72 | } |
| 73 | |
| 74 | setHasTray(has: boolean) { |
| 75 | if (has == !!this.tray) |
no outgoing calls
no test coverage detected