mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-10 07:25:51 -06:00
domain: Fix 'customize install' after snapshot changes
This commit is contained in:
parent
71350543d1
commit
910c3a93ad
@ -1854,6 +1854,9 @@ class vmmDomainVirtinst(vmmDomain):
|
||||
# No caching, so no refresh needed
|
||||
return
|
||||
|
||||
def snapshots_supported(self):
|
||||
return False
|
||||
|
||||
def get_autostart(self):
|
||||
return self._backend.autostart
|
||||
def set_autostart(self, val):
|
||||
|
Loading…
Reference in New Issue
Block a user