Skip to content

Commit

Permalink
Add iol extension filter. Ref #3664
Browse files Browse the repository at this point in the history
  • Loading branch information
grossmj committed Nov 25, 2024
1 parent 731fee1 commit 63a7f36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gns3/modules/iou/pages/iou_device_preferences_page.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,8 +291,8 @@ def getIOUImage(cls, parent, server):
path, _ = QtWidgets.QFileDialog.getOpenFileName(parent,
"Select an IOU image",
cls._default_images_dir,
"All file (*);;IOU image (*.bin *.image)",
"IOU image (*.bin *.image)")
"All file (*);;IOU image (*.bin *.image *.iol)",
"IOU image (*.bin *.image *.iol)")

if not path:
return
Expand Down

0 comments on commit 63a7f36

Please sign in to comment.