Improve OnionShare reliability

This commit is contained in:
thePR0M3TH3AN
2025-06-21 15:54:55 -04:00
parent e31269a824
commit cb3b08ce82
2 changed files with 79 additions and 1 deletions

View File

@@ -53,6 +53,8 @@
window.voxvera.onOnionUrl(url => {
document.getElementById('onion-address').textContent = `Onion address: ${url}`;
const tear = document.getElementById('tear_off_link');
if (tear) tear.value = url;
});
window.voxvera.onLog((msg, isErr) => {