rafatosta / zapzap

WhatsApp desktop application written in Pyqt6 + PyQt6-WebEngine.
GNU General Public License v3.0
55 stars 2 forks source link

Translatable string should not be translatable #121

Closed bordam closed 1 year ago

bordam commented 1 year ago

I noticed that in openChatPopup.py, line 86, there is a translatable self.btnOk.setShortcut(_("Enter"))

Is this intentional? Because when I actually translate it, the Enter key stops working as a shortcut

rafatosta commented 1 year ago

Not. it was my own mistake 😅

rafatosta commented 1 year ago

Thank you so much for putting it in the AUR. Autostart will not work and there are some settings when running outside of flatpak that need to be removed.

It won't take long to release the fix for that.