mirror of
https://github.com/vxcontrol/soldr-modules.git
synced 2026-07-18 18:44:30 -04:00
[GH-ISSUE #9] Add rewind feature #3
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 @Arkweid on GitHub (Dec 7, 2022).
Original GitHub issue: https://github.com/vxcontrol/soldr-modules/issues/9
Description: Sometimes we need to start read file from beginning.
Definition of Done:
@souryogurt commented on GitHub (Dec 9, 2022):
I'll take it! It seems the current position for each file is stored in the
storefolder created by the module. I should reset it on the agent's side and restart the watcher thread when the user clicks the "Read from Start" button.I'll add a new button.