prateekmedia / budgie-clipboard-applet

A clipboard manager applet that can help you to store and manage clipboard content. Made with ♥️ for budgie desktop.
GNU General Public License v3.0
17 stars 5 forks source link

Click to copy text To clipboard #1

Closed prateekmedia closed 3 years ago

prateekmedia commented 3 years ago

It click to copy doesn't copy text to clipboard due to button connect being in for loop and if i pass variable j variable from the loop to it then it doesn't work.

Fixed by assigning a variable named copy to j as it was earlier out of scope, Reference below: https://answers.unity.com/questions/1341897/buttononclickaddlistener-in-for-loop.html

Sad to see vala doesn't list it in any of their forum or docs.

prateekmedia commented 3 years ago

Fixed in latest commit!