feat(core): branch vless/hysteria2 immediately in ProfileController.enable()

This commit is contained in:
Zenaku 2026-07-09 09:45:47 -05:00
parent 282527125d
commit 1290e6b751

View file

@ -150,6 +150,7 @@ def handle(arguments, main_parser):
application_version_observer=application_version_observer,
connection_observer=connection_observer
)
if profile.connection.needs_operator_proxy():
monitor.run_blocking()
_stop_timer(obs.get_ui_state()['timer_state'])
except KeyboardInterrupt: