fix dialog close and add API.

This commit is contained in:
Miroslav Šedivý
2021-01-18 10:34:33 +01:00
parent 2b3bb6e21a
commit 8f60041b2d
4 changed files with 34 additions and 16 deletions

View File

@ -69,6 +69,6 @@ type DesktopManager interface {
// filechooser
HandleFileChooserDialog(uri string) error
CloseFileChooserDialog() error
CloseFileChooserDialog() bool
IsFileChooserDialogOpen() bool
}