rafatosta / zapzap

WhatsApp desktop application written in Pyqt6 + PyQt6-WebEngine.
https://rtosta.com/zapzap-web/
GNU General Public License v3.0
103 stars 3 forks source link

Start minimized manually through cmd #141

Closed deivi98 closed 1 year ago

deivi98 commented 1 year ago

Creating pull request to resolve https://github.com/rafatosta/zapzap/issues/140.

rafatosta commented 1 year ago

I remembered that I had implemented this, but I removed it some time ago. I know there was a reason, as I'm not one to remove functionality. Have you really tested the possibilities or just for your use?

Here: https://github.com/rafatosta/zapzap/commit/01c73eda2225d68a2ff50bf0ce6db3e9e85b52a6

deivi98 commented 1 year ago

I see that you implemented another UI option to enable silent start apart form the command line --hideStart option. You removed UI option, but --hideStart is still there and working. I just need that option to work regardless ZapZap is autostarting or not.

I have tested the change locally and it works well. Afaik, it does not break anything. Try it yourself and let me know if you want to. Please merge if there is no issue :)

rafatosta commented 1 year ago

Next week I will mix and put the option in the settings panel