Skip to content

Commit 20247cc

Browse files
committed
fix: incorrect window trigger
1 parent 832b788 commit 20247cc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ui.py

+2
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,8 @@ def trigger(self, reason):
121121
self.changeShowPosition()
122122
self.show()
123123
self.updateThread.start()
124+
elif reason == QSystemTrayIcon.Context:
125+
self.clickCount += 1
124126

125127
def showTips(self, value):
126128
QToolTip.showText(QCursor.pos(), str(value))

0 commit comments

Comments
 (0)