add features

This commit is contained in:
2026-07-29 04:35:25 -05:00
parent 23c6113b33
commit cab5a987b0
29 changed files with 1179 additions and 89 deletions
+1 -1
View File
@@ -105,7 +105,7 @@ func main() {
}
}
fyneApp := app.New()
fyneApp := app.NewWithID(res.AppName)
fyneApp.SetIcon(res.ResAppicon256Png)
mainWindow := ui.NewMainWindow(fyneApp, res.AppName, res.DisplayName, res.AppVersion, myApp)