upload drop to config.

This commit is contained in:
Miroslav Šedivý
2023-11-24 10:44:24 +01:00
parent b40c0778c8
commit 3dbcc41795
4 changed files with 16 additions and 0 deletions

View File

@ -94,6 +94,7 @@ type DesktopManager interface {
// drop
DropFiles(x int, y int, files []string) bool
IsUploadDropEnabled() bool
// filechooser
HandleFileChooserDialog(uri string) error