Skip to content

Commit b8affbc

Browse files
committed
Add return type
1 parent 26580fe commit b8affbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aw_qt/trayicon.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def __init__(
9292

9393
self._build_rootmenu()
9494

95-
def on_activated(self, reason: QSystemTrayIcon.ActivationReason):
95+
def on_activated(self, reason: QSystemTrayIcon.ActivationReason) -> None:
9696
if reason == QSystemTrayIcon.DoubleClick:
9797
open_webui(self.root_url)
9898

0 commit comments

Comments
 (0)