Open LeXofLeviafan opened 1 year ago
I can confirm that the title of the path is unselectable hence most likely QLabel
and not "QTextEdit
in readonly".
In Qt QLabel
is not selectable.
Don't think copy button is required (however i'm not the author), maybe you could try change the QLabel
to QTextEdit
remember to set it readonly
and if you like it - submit that as pull request.
I'm not the author - but is this answer the question?
The point is to improve UX; being able to copy username the same way as password makes for better user experience, I would say.
I agree, should be able to look into it later this week
This would be very useful. In nearly all of my files, the filename is the username.
At least some Pass clients use the password filename (without the folder path and the
.gpg
extension) as username/login; which typically leads to password files not containing a "login"/"email" field.When working with such passwords, it would be quite handy to be able to copy the name the same way a password can be copied, with a single click.