show keyboard button, on remote toolbar

Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
fufesou
2023-03-28 10:36:59 +08:00
parent 954bedcd96
commit 77c4cce368
2 changed files with 23 additions and 30 deletions

View File

@@ -93,7 +93,7 @@ class FfiModel with ChangeNotifier {
notifyListeners();
}
bool keyboard() => _permissions['keyboard'] != false;
bool get keyboard => _permissions['keyboard'] != false;
clear() {
_pi = PeerInfo();