Veil-Project / veil

Veil-Project
MIT License
117 stars 91 forks source link

veil.tools hyperlink in wallet "looks like your new here" not working. #1032

Closed ohcee closed 1 year ago

ohcee commented 1 year ago

The link to veil.tools doesn't take you to the website. It's broken and doesn't do anything when clicked. Screenshot 2023-05-15 at 8 46 58 PM Screenshot 2023-05-15 at 8 47 34 PM

seanPhill commented 1 year ago

I've started a fresh wallet to test this, and yes, nothing happens if clicked, but if selected, copied, and pasted it does open correctly in a browser. (I will still see about fixing this though.)

seanPhill commented 1 year ago

Tried some suggested properties changes to the QLabel class widget, like this (originally just the last listed property):

                    <property name="textFormat">
                        <enum>Qt::RichText</enum>
                    </property>
                    <property name="textInteractionFlags">
                        <set>Qt::TextBrowserInteraction</set>
                    </property>
                    <property name="text">

But it didn't make the URL a hyperlink. (Anyone) Check my branch if you have any suggestions. (Note, this edit did not fix it!) https://github.com/seanPhill/veil/tree/Fix-veil.tools-link-on-empty-overview-page