Merge pull request 'clan-ui: rollback default view until webview is ready' (#1388) from feat/ui into main

This commit is contained in:
clan-bot 2024-05-20 09:11:35 +00:00
commit 6b03645f7a

View File

@ -67,7 +67,7 @@ class MainWindow(Adw.ApplicationWindow):
def list_machines(data: None) -> list[str]:
return machines.list.list_machines(".")
stack_view.add_named(webview.get_webview(), "webview")
stack_view.add_named(webview.get_webview(), "list")
stack_view.set_visible_child_name(config.initial_view)