opt elevation code

Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
21pages
2023-01-28 16:41:47 +08:00
parent 7c2d7df62e
commit 3e4a867115
4 changed files with 102 additions and 77 deletions

View File

@@ -28,7 +28,7 @@ class ServerModel with ChangeNotifier {
bool _inputOk = false;
bool _audioOk = false;
bool _fileOk = false;
bool _showElevation = true;
bool _showElevation = false;
bool _hideCm = false;
int _connectStatus = 0; // Rendezvous Server status
String _verificationMethod = "";