v0.5.16: onion helpers + download filter

This commit is contained in:
2026-07-16 09:37:40 +00:00
parent e4bcc4f911
commit 5cac176dfb
2 changed files with 15 additions and 6 deletions

View File

@@ -72,6 +72,7 @@ from ...core.will import (AmountException, HeirChangeException,
WillexecutorChangeException, WillExecutorNotPresent,
WillExpiredException, WillItem, WillPostponedException)
from ...core.willexecutors import Willexecutors
from ...core.willexecutors import is_onion_url, is_tor_active # noqa: F401
# --- Presentation helpers ---
from .theme import server_status_text, server_status_tooltip, status_color