-
-
Notifications
You must be signed in to change notification settings - Fork 150
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Implement System Tray Icon (#300)
* add tray icon * move to tray.py * add notifications & guards * pyinstaller currently broken * Update tray.py * Update cards.py * hide icon in taskbar + minor improvements * add dropdown for visualize * Update tray.py * Update tray.py * add py6tray + notifier * BYE BYE PYSTRAY !!! hello dependency inversion? * os.sep + fix console + other * use path.join * run -> _run * add replays * fix conflicting action items * fix database is locked + threading * type annotations * Update cards.py * Create visualize1.py * Revert "Create visualize1.py" This reverts commit 753f691. * fix typo * fix merge conflicts : still broken * fix * Revert "fix" This reverts commit 9d84446. * Revert "fix merge conflicts : still broken" This reverts commit 82e62d9. * Update pyproject.toml * styling / linting * Update tray.py * Update build.py * return vals * Update build.py * show app * changes
- Loading branch information
Showing
12 changed files
with
610 additions
and
171 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.