Fixed clan uri. Expand user, then resolve

This commit is contained in:
Qubasa
2024-01-30 12:17:24 +07:00
parent ab91edf21f
commit 07bec607bc
3 changed files with 8 additions and 4 deletions

View File

@@ -191,4 +191,6 @@ class ClanList(Gtk.Box):
switch.set_state(vm.is_running())
if not vm.is_running() and vm.process.proc.exitcode != 0:
self.show_error_dialog(vm.read_log())
print("VM exited with error. Exitcode:", vm.process.proc.exitcode)
# print(vm.read_log())
# self.show_error_dialog(vm.read_log())