MikeSiLVO / script.skinshortcuts

GNU General Public License v2.0
18 stars 21 forks source link

BUG: v2.0.1 contains typo in parameter name for ShowDialog #91

Closed DalBrar closed 1 year ago

DalBrar commented 1 year ago

https://github.com/mikesilvo164/script.skinshortcuts/blob/11d26b9014789fb7909e352853e77ec97e2b8a0f/resources/lib/skinshorcuts/library.py#L2477-L2478

https://github.com/mikesilvo164/script.skinshortcuts/blob/11d26b9014789fb7909e352853e77ec97e2b8a0f/resources/lib/skinshorcuts/common_utils.py#L29

Line 2478 contains a typo regarding the window title paramter being passed in. It should be window_title but is missing the underscore resulting in no title for those effected windows.

anxdpanic commented 1 year ago

thanks resolved in latest https://github.com/mikesilvo164/script.skinshortcuts/releases/latest