Closed Axel-Erfurt closed 2 days ago
This was fixed in 2023 in 85fb21c891f962ca5439054d4fad71c456f4fc15.
The man who asked me for help installed it with pip. The bug is still present in the pip version.
Oh, right. I never configured auto-release to PyPI but I'm so used to it on other projects that I haven't manually published for a while. Thanks for the heads up.
I just released latest versions.
Newer versions no longer accept float for position.
change mainwindow.py", line 51 to
self.move(round(systray_icon_pos.x() - self.width() / 2), systray_icon_pos.y())
Then it works.