(list, wkr)
| 131 | setDevMenuMethodsForTouchBar([]) |
| 132 | |
| 133 | export const setDevMenuMethods = (list, wkr) => { |
| 134 | worker = wkr |
| 135 | availableMethods = list |
| 136 | sendContextMenuUpdate() |
| 137 | setDevMenuMethodsForTouchBar() |
| 138 | } |
| 139 | |
| 140 | export const setReduxDevToolsMethods = (enabled, dispatch) => { |
| 141 | if (process.platform !== 'darwin') return |
no test coverage detected