Skip to content

Commit

Permalink
Merge pull request #3204 from rafaelhipercg/main
Browse files Browse the repository at this point in the history
Add "all files" to the "add shortcuts" file picker
  • Loading branch information
mirkobrombin authored Dec 23, 2023
2 parents f9c19ae + 2c5cc61 commit 1038a08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bottles/frontend/views/bottle_details.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ def set_path(_dialog, response):
)

add_executable_filters(dialog)
add_all_filters(dialog)
dialog.set_modal(True)
dialog.connect("response", set_path)
dialog.show()
Expand Down

0 comments on commit 1038a08

Please sign in to comment.