Use sys.exit to quit via system tray. Fix pip install cmd in Readme

This commit is contained in:
Debanjum Singh Solanky
2022-08-08 21:42:36 +03:00
parent eacd95bebd
commit ef009323e7
2 changed files with 2 additions and 2 deletions

View File

@@ -121,7 +121,7 @@ def create_system_tray():
menu_actions = [
('Search', lambda: webbrowser.open('http://localhost:8000/')),
('Configure', lambda: webbrowser.open('http://localhost:8000/config')),
('Quit', quit),
('Quit', sys.exit),
]
# Add the menu actions to the menu