Skip to content

Commit

Permalink
Add ISO file to images filter in Image Manager. Ref https://github.co…
Browse files Browse the repository at this point in the history
  • Loading branch information
grossmj committed Nov 5, 2023
1 parent da83230 commit d6b8983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gns3/dialogs/image_dialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def _uploadImageSlot(self, *args):
self,
"Select one or more images to upload",
QtCore.QStandardPaths.writableLocation(QtCore.QStandardPaths.DownloadLocation),
"Images (*.bin *.image *.qcow2 *.vmdk);;All files (*.*)"
"Images (*.bin *.image *.qcow2 *.vmdk *.iso);;All files (*.*)"
)
error_msgs = ""
for path in files:
Expand Down

0 comments on commit d6b8983

Please sign in to comment.