mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-05-11 10:26:19 +02:00
feat: web v2 keyboard (#9175)
Signed-off-by: fufesou <linlong1266@gmail.com>
This commit is contained in:
parent
5abe42f66c
commit
4b4fd94f3e
6 changed files with 29 additions and 2 deletions
|
@ -32,6 +32,7 @@ const String kPeerPlatformWindows = "Windows";
|
|||
const String kPeerPlatformLinux = "Linux";
|
||||
const String kPeerPlatformMacOS = "Mac OS";
|
||||
const String kPeerPlatformAndroid = "Android";
|
||||
const String kPeerPlatformWebDesktop = "WebDesktop";
|
||||
|
||||
const double kScrollbarThickness = 12.0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue