This commit is contained in:
@@ -102,6 +102,11 @@ func Make(a fyne.App, d *data.Service) fyne.Window {
|
||||
folderSelection.Show()
|
||||
}),
|
||||
widget.NewToolbarSeparator(),
|
||||
widget.NewToolbarAction(theme.UploadIcon(), func() {
|
||||
go func() {
|
||||
fmt.Println("todo")
|
||||
}()
|
||||
}),
|
||||
widget.NewToolbarSpacer(),
|
||||
widget.NewToolbarAction(theme.HelpIcon(), func() {
|
||||
aboutWindow := about.Make(a)
|
||||
|
||||
Reference in New Issue
Block a user