(channel, ...args)
| 516 | } |
| 517 | |
| 518 | invoke(channel, ...args) { |
| 519 | if (this.wasJustDragged) return; |
| 520 | if (window.api) { |
| 521 | window.api.mainHeader.invoke(channel, ...args); |
| 522 | } |
| 523 | // return Promise.resolve(); |
| 524 | } |
| 525 | |
| 526 | showSettingsWindow(element) { |
| 527 | if (this.wasJustDragged) return; |
no outgoing calls
no test coverage detected