Skip to content

Commit

Permalink
Only use Custom file dialog on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
aivarannamaa committed Aug 7, 2024
1 parent 7f3e4fb commit 402ec0f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions thonny/ui_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -1853,8 +1853,6 @@ def open_path_in_system_file_manager(path):


def _get_dialog_provider():
return _CustomDialogProvider

if platform.system() == "Linux" and get_workbench().get_option("file.use_zenity"):
return _ZenityDialogProvider

Expand Down

0 comments on commit 402ec0f

Please sign in to comment.