summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-23 03:45:30 -0600
committerJeff Carr <[email protected]>2024-12-23 03:45:30 -0600
commitb7a6001ba450de82e1aa216410f236f516f50a17 (patch)
tree8a612ac0b88a33882a23028d4ecbaf4c271b851e /structs.go
parente68cb3e80f792b0288680ec04ceb4b9c77426563 (diff)
submit sends patches
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/structs.go b/structs.go
index 3f55b3d..b5f5ee0 100644
--- a/structs.go
+++ b/structs.go
@@ -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