anufrievroman / waypaper

GUI wallpaper manager for Wayland and Xorg Linux systems
https://anufrievroman.gitbook.io/waypaper
GNU General Public License v3.0
354 stars 21 forks source link

fix: --fill options wrong type #40

Closed ch3st3r08 closed 5 months ago

ch3st3r08 commented 5 months ago

--fill option was expecting a True or False value, because it had the argument parse option of action="store_true". So I just change it to only accept the options from the FILL_OPTIONS array.

anufrievroman commented 5 months ago

Thanks a lot! I don't know how that happened )

ch3st3r08 commented 5 months ago

You're welcome. I love this project!