1
0
forked from clan/clan-core

Merge pull request 'clan-vm-manager: Fix incorrect use of all Glib.idle_add uses' (#893) from Qubasa-main into main

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)