-
Notifications
You must be signed in to change notification settings - Fork 316
Open
Labels
Description
Imagine/modules/backend/menu-actions.ts
Lines 31 to 45 in f68ae12
| dialog.showOpenDialog({ | |
| title: __('choose_images'), | |
| filters: [{ | |
| name: 'Images', | |
| extensions: [ | |
| 'jpg', | |
| 'png', | |
| ], | |
| }], | |
| properties: properties as any, | |
| }, filePaths => { | |
| app.receiveFiles(filePaths) | |
| }) | |
| } |
Reactions are currently unavailable