mirror of
https://github.com/taigrr/wails.git
synced 2026-04-14 02:48:21 -07:00
Support OpenDialog
This commit is contained in:
@@ -18,7 +18,7 @@ type Renderer interface {
|
||||
|
||||
// Dialog Runtime
|
||||
SelectFile(title string, filter string) string
|
||||
SelectDirectory() []string
|
||||
OpenDialog() []string
|
||||
SelectSaveFile(title string, filter string) string
|
||||
|
||||
// Window Runtime
|
||||
|
||||
Reference in New Issue
Block a user