(...args: any[])
| 48 | } |
| 49 | |
| 50 | getCallback(...args: any[]): CallBack { |
| 51 | return ( |
| 52 | menuItem?: MenuItem, |
| 53 | browserWindow?: BrowserWindow, |
| 54 | event?: Event |
| 55 | ) => { |
| 56 | this.act.dispatch(...args); |
| 57 | }; |
| 58 | } |
| 59 | |
| 60 | actionToMenuItem(action: ActionView): MenuAction { |
| 61 | const t = store.getters.locale; |
no test coverage detected