SideBarPlugin: donate button back (still only BTC)

This commit is contained in:
caryoscelus 2022-05-29 20:53:15 +04:00
parent 8abe489a1a
commit 33282c4d2f
1 changed files with 4 additions and 1 deletions

View File

@ -440,7 +440,10 @@ class UiWebsocketPlugin(object):
<li>
<label>{_[Donate]}</label><br>
<div class='flex'>
{donate_key}
{donate_key}
<a href='bitcoin:{donate_key}' class='button' id='button-donate'>{_[Donate]}</a>
</div>
</li>
"""))
def sidebarRenderOwnedCheckbox(self, body, site):