diff options
| author | Jeff Carr <[email protected]> | 2024-01-18 16:21:43 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-18 16:21:43 -0600 |
| commit | 1928ac7e7c4553b309fc9760a49fef8f8e15b11a (patch) | |
| tree | f4d0d7abe9bb8993fce07a35a50de5e717f4c36b /globalResetOptions.go | |
| parent | a1aa87c78a1441753c1746058a82ca52bcd64ba2 (diff) | |
ready for another attempt at an auto-rebuild
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'globalResetOptions.go')
| -rw-r--r-- | globalResetOptions.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/globalResetOptions.go b/globalResetOptions.go index bd2f61a..8e5b77f 100644 --- a/globalResetOptions.go +++ b/globalResetOptions.go @@ -73,8 +73,8 @@ func globalResetOptions(box *gui.Node) { buildOptions.NewSeparator("endStatusScans") buildOptions.NewSeparator("endStatusScans") - buildOptions.NewLabel("cmd") - cmds = buildOptions.NewLabel("ls") + // buildOptions.NewLabel("cmd") + cmds = group2.NewTextbox("ls") buildOptions.NewLabel("--dry-run") dryrun = buildOptions.NewButton("show commands", func() { |
