dom0/qvm-prefs: icon already updated in qvm-core
This commit is contained in:
parent
f54f851b42
commit
23adeb8ea4
@ -82,7 +82,6 @@ def set_label(vms, vm, args):
|
||||
exit (1)
|
||||
|
||||
vm.label = QubesVmLabels[label]
|
||||
subprocess.check_call (["ln", "-sf", vm.label.icon_path, vm.icon_path])
|
||||
|
||||
def set_memory(vms, vm, args):
|
||||
if len (args) != 1:
|
||||
|
Loading…
Reference in New Issue
Block a user