mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-12 11:06:57 +00:00
@@ -1684,6 +1684,9 @@ class _KeyboardMenu extends StatelessWidget {
|
||||
|
||||
for (KeyboardModeMenu mode in modes) {
|
||||
if (bind.sessionIsKeyboardModeSupported(id: id, mode: mode.key)) {
|
||||
if (pi.is_wayland && mode.key != _kKeyMapMode) {
|
||||
continue;
|
||||
}
|
||||
if (mode.key == _kKeyTranslateMode) {
|
||||
if (Platform.isLinux) {
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user