mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-05-15 14:15:52 -06:00
[PR #282] [MERGED] unauthorized device accept notification #360
Labels
No labels
Xorg
documentation
enhancement
macos
pull-request
question
windows
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/lan-mouse#360
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/feschber/lan-mouse/pull/282
Author: @feschber
Created: 3/22/2025
Status: ✅ Merged
Merged: 3/22/2025
Merged by: @feschber
Base:
main← Head:connection-accept-notification📝 Commits (2)
6e66f47ask the user to accept unauthorized devices42521a1only alert on actual error📊 Changes
12 files changed (+431 additions, -98 deletions)
View changed files
➕
lan-mouse-gtk/resources/authorization_window.ui(+102 -0)📝
lan-mouse-gtk/resources/resources.gresource.xml(+1 -0)➕
lan-mouse-gtk/src/authorization_window.rs(+19 -0)➕
lan-mouse-gtk/src/authorization_window/imp.rs(+75 -0)📝
lan-mouse-gtk/src/fingerprint_window.rs(+6 -2)📝
lan-mouse-gtk/src/lib.rs(+16 -2)📝
lan-mouse-gtk/src/window.rs(+31 -3)📝
lan-mouse-gtk/src/window/imp.rs(+1 -1)📝
lan-mouse-ipc/src/lib.rs(+13 -2)📝
src/emulation.rs(+38 -24)📝
src/listen.rs(+112 -61)📝
src/service.rs(+17 -3)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.