diff options
| author | sam-anthony <samanthony6@protonmail.com> | 2022-04-12 17:53:27 -0230 |
|---|---|---|
| committer | sam-anthony <samanthony6@protonmail.com> | 2022-04-12 17:53:27 -0230 |
| commit | 6b8696836d07ee02509a02f56580caeef63b068b (patch) | |
| tree | a40b8a6728a70f23630959865c2cddd4cb3fa436 /ui.go | |
| parent | 4ed36abe10e629322078a440ae7071132c65da7a (diff) | |
| download | volute-6b8696836d07ee02509a02f56580caeef63b068b.zip | |
store compressor data in toml format
Diffstat (limited to 'ui.go')
| -rw-r--r-- | ui.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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() { |