diff options
| author | Jeff Carr <[email protected]> | 2024-12-23 03:45:30 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-23 03:45:30 -0600 |
| commit | b7a6001ba450de82e1aa216410f236f516f50a17 (patch) | |
| tree | 8a612ac0b88a33882a23028d4ecbaf4c271b851e /structs.go | |
| parent | e68cb3e80f792b0288680ec04ceb4b9c77426563 (diff) | |
submit sends patches
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -37,11 +37,11 @@ type mainType struct { mainbox *gui.Node // the window from the /lib/gui/gowit package - lw *gadgets.BasicWindow + // lw *gadgets.BasicWindow // #### Sorting options for the repolist - autoHidePerfect *gui.Node - autoHideReadOnly *gui.Node + // autoHidePerfect *gui.Node + // autoHideReadOnly *gui.Node // checkbox for --dry-run autoDryRun *gui.Node |
