kivy / plyer

Plyer is a platform-independent Python wrapper for platform-dependent APIs
https://plyer.readthedocs.io
MIT License
1.56k stars 424 forks source link

Title parameter should be 'title' instead of 'name' (zenity) #811

Open Monsterovich opened 1 month ago

Monsterovich commented 1 month ago

Correct: zenity --file-selection --title='My title' Incorrect: zenity --file-selection --text='My title'