yossimal95
yossimal95
> Idk, can you try again? I already tried several times.. did you upload a new change in the code?
> Idk, can you try again? I did a _pull req_ and tried again - still getting the same error :-|
> Do you have letters in other languages than English in your username? Nope.. Just English..
> Can you try `-p WhatsApp.apk` instead of `-p ./WhatsApp.apk`? Not working.. :-( `python main.py -p WhatsApp.apk -o PatchedWhatsApp.apk`
I've been manage to solve it using the form's class name attribute. I added my own class and changed the style of the default class via my new class. Tanks...
Hi, Sure :-) I added this CSS: ```.rtl { direction: rtl; } .rtl input { direction: rtl; text-align: right; } .rtl label { direction: rtl; text-align: right; } ``` Then,...
> @yossimal95 RTL support added to version `2.8.0`. Activated by a dedicated theme typography setting: > > ``` > > ``` Cool! Tnks..! I'll check it out🙏👍