mirror of
https://github.com/amidaware/rmmagent.git
synced 2026-04-26 14:55:47 +03:00
[PR #48] [CLOSED] initial SysTray PR #59
Labels
No labels
bug
bug
enhancement
fixed
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/rmmagent#59
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/amidaware/rmmagent/pull/48
Author: @conlan0
Created: 4/3/2024
Status: ❌ Closed
Base:
develop← Head:develop📝 Commits (10+)
8387104Add SysTrayb1701deAdd case "systrayconfig"a1b6336Start systray process on startupdf94341Update systray.goa5f7eedAdd tray flage133c5fRename systray.go to systray_windows.go53d8a44Update and rename main.go to tray_windows.go11234f9Update and rename pipe.go to pipe_windows.go35ee16fRename icon.go to icon_windows.go28a549aadd tray_unix📊 Changes
16 files changed (+760 additions, -72 deletions)
View changed files
📝
agent/agent.go(+24 -6)📝
agent/agent_unix.go(+4 -0)📝
agent/agent_windows.go(+23 -21)📝
agent/rpc.go(+10 -0)📝
agent/svc.go(+6 -2)➕
agent/systray_windows.go(+271 -0)➕
agent/tray/icon_windows.go(+3 -0)➕
agent/tray/pipe_windows.go(+104 -0)➕
agent/tray/tray_unix.go(+12 -0)➕
agent/tray/tray_windows.go(+219 -0)📝
build/rmm.exe.manifest(+1 -1)📝
build/setup.iss(+1 -1)📝
go.mod(+19 -10)📝
go.sum(+53 -26)📝
main.go(+6 -1)📝
versioninfo.json(+4 -4)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.