Open
Conversation
Collaborator
|
WIll take a look tomorrow night :) |
sekwah41
requested changes
Mar 17, 2025
| autoStartWorkTime: false, | ||
| useNativeTitlebar: detectOS() === "Windows" ? false : true, | ||
| openAtLogin: false, | ||
| showTimerInTray: detectOS() === "MacOS", |
Collaborator
There was a problem hiding this comment.
I need to take a look as I haven't open the code for this in a while but you'll also need to check if this is the electron version as to if you show this. Otherswise you could also add the rust code to implement it on the tauri side.
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.
This PR adds a new feature for macOS users that displays the active timer countdown directly in the tray bar. When enabled, the timer replaces the app icon in the tray with a text display showing the remaining time.
Features
Technical Implementation
Testing
Note: This PR was created with support of Cursor with Claude AI 3.7.
It literally took me 10 minutes to implement this feature.
I reviewed all of the generated code.