Add support button #100
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
From S50U:
I added a "Support Us" floating button to the spothole page. I was unable to position it in the line between the "Connected to server..." and "Run/Pause" buttons. Perhaps reserve a container in this line and enable/disable "Buy me a coffee" via the settings. The Ko-fi script looks like this:
<script src='https://storage.ko-fi.com/cdn/scripts/overlay-widget.js'></script>
<script>
kofiWidgetOverlay.draw('s50clx', {
'type': 'floating-chat',
'floating-chat.donateButton.text': 'Support Us',
'floating-chat.donateButton.background-color': '#5bc0de',
'floating-chat.donateButton.text-color': '#323842'
});
</script>