wip
Some checks failed
CloudSave/pipeline/head There was a failure building this commit

This commit is contained in:
2025-09-08 01:21:53 +02:00
parent 7e5d8855d4
commit f56d3c5857
4 changed files with 109 additions and 0 deletions

View File

@@ -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)