| 1 | /* eslint-disable eslint-comments/disable-enable-pair */ |
| 2 | /* eslint-disable @typescript-eslint/no-unsafe-return */ |
| 3 | /* eslint-disable @typescript-eslint/no-unsafe-call */ |
| 4 | import {app, dialog, BrowserWindow, App, ipcMain} from 'electron'; |
nothing calls this directly
no test coverage detected