mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-12 02:57:22 +00:00
show keyboard button, on remote toolbar
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
@@ -93,7 +93,7 @@ class FfiModel with ChangeNotifier {
|
||||
notifyListeners();
|
||||
}
|
||||
|
||||
bool keyboard() => _permissions['keyboard'] != false;
|
||||
bool get keyboard => _permissions['keyboard'] != false;
|
||||
|
||||
clear() {
|
||||
_pi = PeerInfo();
|
||||
|
||||
Reference in New Issue
Block a user