summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/structs.go b/structs.go
index d795e04..55493cf 100644
--- a/structs.go
+++ b/structs.go
@@ -49,6 +49,9 @@ type autoType struct {
// checkbox for --dry-run
autoDryRun *gui.Node
+ // checkbox for intermittent scanning
+ scanEveryMinute *gui.Node
+
// The current working directory
autoWorkingPwd *gadgets.OneLiner