Skip to content

Commit 4159850

Browse files
committed
Update dev requirements, remove "Test" right click menu item
1 parent 81e84e8 commit 4159850

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

requirements-dev.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
infi.systray
2-
pyinstaller
2+
pyinstaller
3+
pyinstaller-versionfile

src/main.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,8 @@ def notify(*_):
207207
global EXIT
208208
EXIT = True
209209

210-
menu_options = (("Test", None, lambda *_: print('test')),)
210+
# menu_options = (("Test", None, lambda *_: print('test')),)
211+
menu_options = ()
211212

212213
with SysTrayIcon(local_path('assets/icon32.ico', asset=True), 'RestoreWindowPos', menu_options, on_quit=notify) as systray:
213214
monitor_thread = threading.Thread(

0 commit comments

Comments
 (0)