ErrorBox: Feature not available for users using GPG cannot be discarded
Describe the bug
Trying to apply a patch onto a new commit and getting the :
Feature not available for users using GPG
messagebox, which is fair enough I guess but the message box cannot be discarded and stick into the middle of the screen doing nothing much but feeling me guilty of using GPG (altho it's acutally ssh signed commit but that's another story/wording bug for antoher time) 😺.
To Reproduce Steps to reproduce the behavior:
- GPG your commit
- Choose a patch from a commit
- Press C-P
- choose something to do of that patch
- See error
Expected behavior Esc to discard it i guess?
Screenshots

Version info:
commit=, build date=, build source=homebrew, version=0.35, os=darwin, arch=arm64
Additional context Add any other context about the problem here.
Note: please try updating to the latest version or manually building the latest master to see if the issue still occurs.
For me, I was doing a git rebase via lazygit using 's' and squashing followed by 'r' to reword the commit. Interesting this works fine if the squash and reword is at the HEAD of git, but if not, it fails with the same error as above. The equivalent git rebase -i command works just fine with pgp signing.
Potentially related: #1594
@socketbox thanks for the link, the issue contains a workaround that gets rid of the error altogether.
@chmouel it's been years, just wanted to say hi! ;)