Closed DalBrar closed 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.
2478
window_title
thanks resolved in latest https://github.com/mikesilvo164/script.skinshortcuts/releases/latest
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 bewindow_title
but is missing the underscore resulting in no title for those effected windows.