fixup! clan-app: Add webview hot-reloading

This commit is contained in:
Qubasa
2024-07-09 15:55:22 +02:00
parent 444be70796
commit d917144819

View File

@@ -108,7 +108,6 @@ class MainApplication(Adw.Application):
# Check if there are arguments that are not inside the options # Check if there are arguments that are not inside the options
if len(args) > 1: if len(args) > 1:
non_option_args = [arg for arg in args[1:] if arg not in options.values()] non_option_args = [arg for arg in args[1:] if arg not in options.values()]
breakpoint()
if non_option_args: if non_option_args:
uri = non_option_args[0] uri = non_option_args[0]
self.emit("join_request", uri) self.emit("join_request", uri)