mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-06 00:31:30 +03:00
more web api
This commit is contained in:
@@ -202,6 +202,6 @@ Color str2color(String str, [alpha = 0xFF]) {
|
||||
return Color((hash & 0xFF7FFF) | (alpha << 24));
|
||||
}
|
||||
|
||||
bool isAndroid;
|
||||
bool isIOS;
|
||||
bool isWeb;
|
||||
bool isAndroid = false;
|
||||
bool isIOS = false;
|
||||
bool isWeb = false;
|
||||
|
||||
Reference in New Issue
Block a user