removed logo, non-functional directory picker prompt

This commit is contained in:
2025-03-20 14:04:01 -04:00
parent 2e8f15d91b
commit 46bbffb308
2 changed files with 21 additions and 5 deletions
+3
View File
@@ -33,3 +33,6 @@ func (a *App) startup(ctx context.Context) {
func (a *App) Greet(name string) string {
return fmt.Sprintf("Hello %s, here's your song!", name)
}
//trying to make a function
//func (a *App) dirPicker(ctx context.Context, dialogOptions OpenDialogOptions)(string, error){}