Skip to content

Commit 9cb8b0c

Browse files
authored
Update tray.py
1 parent 3788ca6 commit 9cb8b0c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tray.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ def __init__(
248248
)
249249

250250
self.icon = pystray.Icon(
251-
name=APP_NAME,
251+
name=f"{APP_NAME}\nRight-click to configure.",
252252
icon=Image.open(icon_path),
253253
title=APP_NAME,
254254
menu=menu

0 commit comments

Comments
 (0)