mirror of
https://github.com/UrbanApps/Armchair.git
synced 2026-03-11 21:05:24 +01:00
Way to reset all counters #31
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 @fotiDim on GitHub (May 3, 2016).
Is there a way to manually reset all counters (uses, significantEvents, etc)? I don't want to change the thresholds, just reset all counters.
@coneybeare commented on GitHub (May 3, 2016):
The app automatically resets on new versions. There is no way to manually trigger this, but I would entertain a pull request to do so. You would have to pull this block out and put it into a new public method.
@fotiDim commented on GitHub (May 4, 2016):
PR #51 is up