Skip to content

Commit

Permalink
fix: fix filechooser save dialog for the KDE
Browse files Browse the repository at this point in the history
  • Loading branch information
psyrykh committed Nov 8, 2021
1 parent 7ac7b45 commit 5b76327
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 5b76327

Please sign in to comment.