clan-ui: rollback default view until webview is ready
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user