add library switcher submenu to gear menu

This commit is contained in:
Drew Weymouth
2025-07-13 15:05:53 -07:00
parent d701375d35
commit c5c80406d6
8 changed files with 71 additions and 1 deletions
+1
View File
@@ -62,6 +62,7 @@ var (
RepeatOneIcon fyne.Resource = theme.NewThemedResource(res.ResRepeatoneSvg)
SortIcon fyne.Resource = theme.NewThemedResource(res.ResUpdownarrowSvg)
VisualizationIcon fyne.Resource = theme.NewThemedResource(res.ResOscilloscopeSvg)
LibraryIcon fyne.Resource = theme.NewThemedResource(res.ResLibrarySvg)
)
type AppearanceMode string