(app: OpenApp)
| 247 | })) |
| 248 | |
| 249 | const selectApp = (app: OpenApp) => { |
| 250 | if (!options().some((item) => item.id === app)) return |
| 251 | setPrefs("app", app) |
| 252 | } |
| 253 | |
| 254 | const openDir = (app: OpenApp) => { |
| 255 | if (opening() || !canOpen() || !platform.openPath) return |
no test coverage detected