mirror of
https://github.com/Ylianst/MeshCentralRouter
synced 2025-12-06 00:13:33 +00:00
Fix for multi-domain servers.
This commit is contained in:
@@ -151,7 +151,7 @@ namespace MeshCentralRouter
|
||||
|
||||
public void AttachKeyboard()
|
||||
{
|
||||
Console.WriteLine(isHookWanted);
|
||||
//Console.WriteLine(isHookWanted);
|
||||
if (!keyboardIsAttached && isHookWanted)
|
||||
{
|
||||
ControlHook.AttachKeyboardHook(SendKey);
|
||||
|
||||
Reference in New Issue
Block a user