add controller logic for visualizations and add to gear menu

This commit is contained in:
Drew Weymouth
2024-07-22 18:16:18 -07:00
parent 0b3687a2ff
commit 9d0b381572
6 changed files with 87 additions and 44 deletions
+1
View File
@@ -36,6 +36,7 @@ type NavigationHandler func(Route)
type CurPageFunc func() Route
type Controller struct {
visualizationData
AppVersion string
App *backend.App
MainWindow fyne.Window