mirror of
https://github.com/taigrr/wails.git
synced 2026-04-14 10:50:53 -07:00
Revert changes to v1
This commit is contained in:
@@ -17,7 +17,9 @@ type Renderer interface {
|
||||
NotifyEvent(eventData *messages.EventData) error
|
||||
|
||||
// Dialog Runtime
|
||||
OpenDialog(title string, filter string) []string
|
||||
SelectFile(title string, filter string) string
|
||||
SelectDirectory() string
|
||||
SelectSaveFile(title string, filter string) string
|
||||
|
||||
// Window Runtime
|
||||
SetColour(string) error
|
||||
|
||||
Reference in New Issue
Block a user