Merge pull request 'clan-vm-manager: Fix incorrect use of all Glib.idle_add uses' (#893) from Qubasa-main into main
All checks were successful
checks / check-links (push) Successful in 21s
checks / checks (push) Successful in 30s
checks / checks-impure (push) Successful in 1m53s

This commit is contained in:
clan-bot 2024-03-03 08:55:43 +00:00
commit 496555b405

View File

@ -149,7 +149,6 @@ class VM(GObject.Object):
func=vms.run.build_vm,
machine=machine,
tmpdir=log_dir,
vm=self.data.flake.vm,
)
GLib.idle_add(self.vm_status_changed)