1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-07-06 23:56:13 +02:00

Plugins: Add support for showOpenDialog method

This commit is contained in:
Laurent Cozic
2023-10-31 15:29:19 +00:00
parent 0a2c3b3a91
commit dd47571dff
6 changed files with 24 additions and 4 deletions

View File

@ -7,6 +7,7 @@ import { Implementation as ImagingImplementation } from './api/JoplinImaging';
export interface JoplinViewsDialogs {
showMessageBox(message: string): Promise<number>;
showOpenDialog(options: any): Promise<any>;
}
export interface JoplinViews {