Merge pull request #3719 from chiehw/win-linux

translate mode: support linux in server
This commit is contained in:
RustDesk
2023-03-20 15:55:24 +08:00
committed by GitHub
10 changed files with 167 additions and 14 deletions

View File

@@ -1685,7 +1685,7 @@ class _KeyboardMenu extends StatelessWidget {
for (KeyboardModeMenu mode in modes) {
if (bind.sessionIsKeyboardModeSupported(id: id, mode: mode.key)) {
if (mode.key == _kKeyTranslateMode) {
if (Platform.isLinux || pi.platform == kPeerPlatformLinux) {
if (Platform.isLinux) {
continue;
}
}