gui: auto start OnionShare

This commit is contained in:
thePR0M3TH3AN
2025-06-21 15:49:25 -04:00
parent e31269a824
commit 01c6c0af1b
2 changed files with 55 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) => {