kivy / plyer

Plyer is a platform-independent Python wrapper for platform-dependent APIs

Home Page:https://plyer.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

YADFileChooser passes --file-selection; YAD removed that option; use --file instead

barries opened this issue · comments

YAD supported the option --file-selection as an alias for --file; it was removed (breaking backcompat) in commit 50c964d742 on Aug 4, 2019 removed all ...-selection aliases.

--file has always worked.

Desired fix: YADFileChooser =~ %s/"--file-selection"/"--file"/g (so to speak)

See PR #745