diff options
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |
