-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
initial SysTray PR #48
Conversation
conlan0
commented
Apr 3, 2024
- This is windows support only
- Added system tray icon with support for a menu with links and dividers and the support for submenus with links
- Agent gets a nats signal every 5 mins to restart and update systray icon, name and config
- Agent runs the systray on startup
some support items might need renamed to systray still
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To fix the failing tests we need to ensure the windows only stuff lives in files named something_windows.go
and then stub the functions for linux/mac. You can stub them in agent_unix.go
got that done but i think theirs an issue where i import support in main.go here
|
I don't see any stubs. Look at Line 903 in b09eaf8
|
okay got it. how do i update its packages now? |
You need to also add your |
now its getting the download errors i do lol |
some support items might need renamed to systray still