aboutsummaryrefslogtreecommitdiffstats
path: root/ui.go
diff options
context:
space:
mode:
authorsam-anthony <samanthony6@protonmail.com>2022-04-12 17:53:27 -0230
committersam-anthony <samanthony6@protonmail.com>2022-04-12 17:53:27 -0230
commit6b8696836d07ee02509a02f56580caeef63b068b (patch)
treea40b8a6728a70f23630959865c2cddd4cb3fa436 /ui.go
parent4ed36abe10e629322078a440ae7071132c65da7a (diff)
downloadvolute-6b8696836d07ee02509a02f56580caeef63b068b.zip
store compressor data in toml format
Diffstat (limited to 'ui.go')
-rw-r--r--ui.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui.go b/ui.go
index 33c682d..6926623 100644
--- a/ui.go
+++ b/ui.go
@@ -287,7 +287,7 @@ func init() {
var modNodes []g.Widget
for mod, c := range compressors[man][ser] {
mod := mod // Model
- c := c // Compressor
+ c := c // Compressor
modNodes = append(
modNodes,
g.Selectable(mod).OnClick(func() {