[PR #70] [MERGED] Activate on startup #266

Closed
opened 2026-05-05 22:15:31 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/feschber/lan-mouse/pull/70
Author: @feschber
Created: 1/12/2024
Status: Merged
Merged: 1/16/2024
Merged by: @feschber

Base: mainHead: activate-on-startup


📝 Commits (10+)

📊 Changes

14 files changed (+294 additions, -224 deletions)

View changed files

📝 README.md (+2 -2)
📝 config.toml (+2 -2)
📝 src/client.rs (+16 -1)
📝 src/config.rs (+31 -11)
📝 src/frontend.rs (+3 -3)
📝 src/frontend/cli.rs (+19 -10)
📝 src/frontend/gtk.rs (+17 -59)
📝 src/frontend/gtk/client_object.rs (+6 -12)
📝 src/frontend/gtk/client_row.rs (+7 -0)
📝 src/frontend/gtk/client_row/imp.rs (+22 -13)
📝 src/frontend/gtk/window.rs (+63 -18)
📝 src/frontend/gtk/window/imp.rs (+3 -4)
📝 src/main.rs (+0 -1)
📝 src/server.rs (+103 -88)

📄 Description

No description provided


🔄 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/feschber/lan-mouse/pull/70 **Author:** [@feschber](https://github.com/feschber) **Created:** 1/12/2024 **Status:** ✅ Merged **Merged:** 1/16/2024 **Merged by:** [@feschber](https://github.com/feschber) **Base:** `main` ← **Head:** `activate-on-startup` --- ### 📝 Commits (10+) - [`8d35091`](https://github.com/feschber/lan-mouse/commit/8d35091b8d48f2fcd760c7d805954794967d0ba2) rename host_name to hostname - [`1646dc3`](https://github.com/feschber/lan-mouse/commit/1646dc377358a6bb94759d351c1fb16b21f58c65) add activate_on_startup config directive - [`03ec1ec`](https://github.com/feschber/lan-mouse/commit/03ec1ecb930654d1b9cbc3fbeabd277878df30d2) try to activate gtk switch - [`03218d3`](https://github.com/feschber/lan-mouse/commit/03218d399218a43a232dd979b5388242fc9c1a9b) formatting - [`4178199`](https://github.com/feschber/lan-mouse/commit/41781994cc7c6538efe7ad97bfcebc7cf9ca91b2) address clippy lints - [`77a420a`](https://github.com/feschber/lan-mouse/commit/77a420a5a4173cc7bd8705678d892940ccedd415) getting closer - [`0bb191e`](https://github.com/feschber/lan-mouse/commit/0bb191e215a39bbf4aa69ddb4e00a632510e005a) fix update order - [`f2cd3a2`](https://github.com/feschber/lan-mouse/commit/f2cd3a2a4edea08358e61aa94aec31a0942545a9) cleanup - [`55c3ffa`](https://github.com/feschber/lan-mouse/commit/55c3ffae24ceb15b18e6c054425e6727bdd76201) fmt - [`b180847`](https://github.com/feschber/lan-mouse/commit/b180847a08e67ebb0421eb608f2c602949e8029d) cleanup ### 📊 Changes **14 files changed** (+294 additions, -224 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+2 -2) 📝 `config.toml` (+2 -2) 📝 `src/client.rs` (+16 -1) 📝 `src/config.rs` (+31 -11) 📝 `src/frontend.rs` (+3 -3) 📝 `src/frontend/cli.rs` (+19 -10) 📝 `src/frontend/gtk.rs` (+17 -59) 📝 `src/frontend/gtk/client_object.rs` (+6 -12) 📝 `src/frontend/gtk/client_row.rs` (+7 -0) 📝 `src/frontend/gtk/client_row/imp.rs` (+22 -13) 📝 `src/frontend/gtk/window.rs` (+63 -18) 📝 `src/frontend/gtk/window/imp.rs` (+3 -4) 📝 `src/main.rs` (+0 -1) 📝 `src/server.rs` (+103 -88) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 22:15:31 -06:00
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: github-starred/lan-mouse#266
No description provided.