I found myself selecting and copying username fields manually. So I figured having a copy button on all single text fields could be useful.
I guess it's a bit of an opinion thing whether or not this will merge. The copy_button param of processSingleField decides if the button is added or not, but is hard-coded to true. Maybe someday user preferences will control it.
I found myself selecting and copying username fields manually. So I figured having a copy button on all single text fields could be useful.
I guess it's a bit of an opinion thing whether or not this will merge. The copy_button param of processSingleField decides if the button is added or not, but is hard-coded to
true
. Maybe someday user preferences will control it.