diff --git a/virtManager/details.py b/virtManager/details.py index 77aa24661..b2fbf1995 100644 --- a/virtManager/details.py +++ b/virtManager/details.py @@ -2810,6 +2810,8 @@ class vmmDetails(vmmGObjectUI): self.conn.is_test_conn())) if removable is None: removable = False + else: + can_set_removable = True if addr == "spapr-vio": bus = "spapr-vscsi"