How to use params.get("remove_desktop_shortcut")
Published: October 18, 2022 - 4:04 PM
Good morning,
Before updating our VLC package, I checked the script and discovered
How do I specify that I want to enable remove_desktop_shortcut? This method is more elegant than manually editing the new packages
Sincerely
Joel
Before updating our VLC package, I checked the script and discovered
Code: Select all
if params.get("remove_desktop_shortcut"):
remove_desktop_shortcut(control.name)Sincerely
Joel