sulaiman-alqusaimi / whatsapp_enhansements

an nvda addon developed to offer some accessibility enhansements for whatsapp uwp for windows 10 and 11
6 stars 5 forks source link

improve the menu in the group info settings and correct the Add-On na… #3

Closed lbk2907 closed 2 years ago

lbk2907 commented 2 years ago

…me typo

lbk2907 commented 2 years ago

This line need to fix. elif obj.UIAAutomationId == "ThemeCombobox": obj.name = obj.previous.name +" "+ obj.firstChild.children[1].name It should be: App color theme combo box System default collapsed Instead of: App color theme System default combo box WhatsApp.Design.ThemeData collapsed

sulaiman-alqusaimi commented 2 years ago

looks good. Thanks for your contribution.