(locale: string)
| 34 | } |
| 35 | |
| 36 | trackDailyActive(locale: string): Promise<void> { |
| 37 | return window.api.app.trackDailyActive(locale) |
| 38 | } |
| 39 | |
| 40 | showOpenDialog(options: OpenDialogOptions): Promise<OpenDialogResult> { |
| 41 | return window.api.dialog.showOpenDialog(options as Electron.OpenDialogOptions) |
nothing calls this directly
no test coverage detected