Skip to content
This repository has been archived by the owner on Feb 8, 2023. It is now read-only.

Add a note about days_between_notifications #38

Merged
merged 1 commit into from
Jan 31, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,13 @@ This is the path to the macOS installer application.

Note: This setting is ignored when `local_url_for_upgrade` is provided.

### Days Between Notifications
Instead of having the Nudge GUI appear every half hour, make sure there is at least this many days between notifications.
*Note*: if you set this to something other than 0, it may not be evaluated in full 24-hour increments. For example, if the Nudge GUI appeared on Monday in the afternoon, it may appear Tuesday morning.
```json
"days_between_notifications": 0
```

### No timer
Do not attempt to restore the nudge GUI to the front of a user's window.

Expand Down