Skip to content

Commit

Permalink
Merge pull request #652 from psyrykh/fix/save-file-dialog-kde-kdialog
Browse files Browse the repository at this point in the history
fix: fix filechooser save dialog for the KDE
  • Loading branch information
akshayaurora committed Nov 18, 2021
2 parents 7ac7b45 + 5b76327 commit 836adc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plyer/platforms/linux/filechooser.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def _gen_cmdline(self):
]
elif self.mode == "save":
cmdline += [
"--getopenfilename",
"--getsavefilename",
(self.path if self.path else os.path.expanduser("~")),
" ".join(filt)
]
Expand Down

0 comments on commit 836adc1

Please sign in to comment.