Desktop tray application#151
Open
owldyn wants to merge 1 commit into
Open
Conversation
Squashed commit of the following: commit 4e216b9 Author: owldyn <owldyn@owldyn.net> Date: Mon May 18 19:36:05 2026 -0500 workaround for icon bug, couldnt reproduce commit cc2ccc9 Author: owldyn <owldyn@owldyn.net> Date: Fri May 8 20:04:29 2026 -0500 merge tray into desktop commit 445c9a5 Author: owldyn <owldyn@owldyn.net> Date: Mon Apr 27 20:41:35 2026 -0500 add new thrown together icon commit 7a67a0a Author: owldyn <owldyn@owldyn.net> Date: Sat Apr 18 13:03:11 2026 -0500 working tray application
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add a desktop tray application to have an interface for confirming builds. It reuses the desktop module to do notifications, but doesn't replace it.
Test ran for about a month, works as intended.
TODO
Examples
Partially addresses #75, though I think that issue is technically already resolved via the confirmations system in general?