clan_vm_manager: Working GKVStore that emulates the ListStore Object

This commit is contained in:
Qubasa
2024-03-01 01:26:45 +07:00
parent df6683a0bd
commit d079bc85a8
5 changed files with 117 additions and 82 deletions

View File

@@ -73,7 +73,6 @@ class MainWindow(Adw.ApplicationWindow):
data=entry,
)
GLib.idle_add(lambda: VMs.use().push(vm))
time.sleep(0.5) # Add sleep for testing purposes
def on_destroy(self, *_args: Any) -> None:
self.tray_icon.destroy()