mirror of
https://github.com/masbicudo/LetsEncrypt-Certificate-Creator.git
synced 2026-04-25 08:35:51 +03:00
[GH-ISSUE #7] Bug: only one action should be in execution at all times #8
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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 @masbicudo on GitHub (Feb 3, 2017).
Original GitHub issue: https://github.com/masbicudo/LetsEncrypt-Certificate-Creator/issues/7
If you press multiple action buttons, all of them will fire and start the corresponding action.
Pressing any button should cancel the current operation, if possible, and only then start the new operation requested by the user.