mirror of
https://github.com/UrbanApps/Armchair.git
synced 2026-01-14 14:23:25 +01:00
Only using significant events #9
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @nickoneill on GitHub (Mar 14, 2015).
Hi there,
Say I only want to use the significant event tracker and disable the
daysUntilPromptandusesUntilPromptnotifications. Does setting these to 0 disable similarly to the remind functionality?@coneybeare commented on GitHub (Mar 14, 2015):
No they don't, but if you don't ever want to show a prompt, implement a
ArmchairShouldPromptClosureto stop it from ever showing, or set those values to their max.