Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/pr/370'
Browse files Browse the repository at this point in the history
* origin/pr/370:
  "Boot qubes from CD-ROM" shouldnt show the same qube as source
  • Loading branch information
marmarek committed Jul 17, 2024
2 parents 008c90a + 95a5c5b commit 51d390d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qubesmanager/bootfromdevice.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ def __init_buttons__(self):
utils.initialize_widget_with_vms(
widget=self.fileVM,
qubes_app=self.qubesapp,
filter_function=(lambda x: x != self.vm),
allow_internal=True
)

Expand Down

0 comments on commit 51d390d

Please sign in to comment.