1
0
forked from clan/clan-core

clan-ui: rollback default view until webview is ready

This commit is contained in:
Johannes Kirschbauer 2024-05-20 11:08:14 +02:00
parent 78ab7ebc7f
commit 2cb7adb377
Signed by: hsjobeki
SSH Key Fingerprint: SHA256:vX3utDqig7Ph5L0JPv87ZTPb/w7cMzREKVZzzLFg9qU

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)