mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-05-15 14:15:52 -06:00
authenticate fake-input
This commit is contained in:
parent
f2e0850e68
commit
049e17775e
1 changed files with 1 additions and 0 deletions
|
|
@ -72,6 +72,7 @@ impl App {
|
|||
let virtual_input_manager = match (vpm, vkm, fake_input) {
|
||||
(Ok(vpm), Ok(vkm), _) => VirtualInputManager::Wlroots { vpm, vkm },
|
||||
(_, _, Ok(fake_input)) => {
|
||||
fake_input.authenticate("lan-mouse".into(), "Allow remote clients to control this devices".into());
|
||||
VirtualInputManager::Kde { fake_input }
|
||||
},
|
||||
(Err(e1), Err(e2), Err(e3)) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue