1
0
mirror of https://github.com/Ylianst/MeshCentralRouter synced 2025-12-26 21:23:18 +00:00

Desktop Setting Improvements.

This commit is contained in:
Ylian Saint-Hilaire
2022-02-24 14:21:14 -08:00
parent 5e0a9ae108
commit d1091c5e0c
6 changed files with 128 additions and 29 deletions

View File

@@ -40,6 +40,7 @@ namespace MeshCentralRouter
private bool swamMouseButtons = false;
private bool remoteKeyboardMap = false;
private bool autoSendClipboard = false;
public bool AutoReconnect = false;
private double scalefactor = 1;
public List<ushort> displays = new List<ushort>();
public ushort currentDisp = 0;