[PR #51] feat: Initial Systray #62

Open
opened 2026-03-02 02:13:02 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/amidaware/rmmagent/pull/51
Author: @conlan0
Created: 8/6/2024
Status: 🔄 Open

Base: developHead: develop


📝 Commits (2)

📊 Changes

11 files changed (+667 additions, -2 deletions)

View changed files

📝 agent/agent_unix.go (+4 -0)
📝 agent/rpc.go (+10 -0)
📝 agent/svc.go (+4 -0)
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)
📝 go.mod (+9 -0)
📝 go.sum (+26 -2)
📝 main.go (+5 -0)

📄 Description

Added systray support for windows to display system tray icon for users.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/amidaware/rmmagent/pull/51 **Author:** [@conlan0](https://github.com/conlan0) **Created:** 8/6/2024 **Status:** 🔄 Open **Base:** `develop` ← **Head:** `develop` --- ### 📝 Commits (2) - [`5768793`](https://github.com/amidaware/rmmagent/commit/5768793b516129a8f3b90ae9e675cdae544990d4) feat: Initial Systray - [`b8ba5c0`](https://github.com/amidaware/rmmagent/commit/b8ba5c0e4dfad9a4c86e47e6cb552cb501f57c96) fix: add unix stub ### 📊 Changes **11 files changed** (+667 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `agent/agent_unix.go` (+4 -0) 📝 `agent/rpc.go` (+10 -0) 📝 `agent/svc.go` (+4 -0) ➕ `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) 📝 `go.mod` (+9 -0) 📝 `go.sum` (+26 -2) 📝 `main.go` (+5 -0) </details> ### 📄 Description Added systray support for windows to display system tray icon for users. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/rmmagent#62
No description provided.