mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-05-15 06:06:07 -06:00
[PR #43] [MERGED] Background service #250
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#250
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/43
Author: @feschber
Created: 12/8/2023
Status: ✅ Merged
Merged: 12/8/2023
Merged by: @feschber
Base:
main← Head:background-service📝 Commits (8)
9dec818better handling of background-service78bb9ebwait for socket to be available2fc80a0remove unnused button and move add to headersuffix94d2522run service in child instead of UI3890183simplify logicf71379emake debug message an INFO messageb8724f4update windows9ff9becfix cli exit cmd📊 Changes
13 files changed (+487 additions, -169 deletions)
View changed files
📝
Cargo.lock(+196 -23)📝
Cargo.toml(+1 -0)📝
resources/window.ui(+18 -23)📝
src/backend/consumer/windows.rs(+0 -1)📝
src/backend/producer/libei.rs(+3 -2)📝
src/config.rs(+36 -34)📝
src/frontend.rs(+111 -17)📝
src/frontend/cli.rs(+28 -6)📝
src/frontend/gtk.rs(+12 -17)📝
src/frontend/gtk/window/imp.rs(+0 -2)📝
src/main.rs(+53 -32)📝
src/producer.rs(+3 -2)📝
src/server.rs(+26 -10)📄 Description
closes #38
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.