mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-12 19:17:58 +00:00
fix conflict
This commit is contained in:
@@ -1688,11 +1688,6 @@ class _KeyboardMenu extends StatelessWidget {
|
||||
if (pi.is_wayland && mode.key != _kKeyMapMode) {
|
||||
continue;
|
||||
}
|
||||
if (mode.key == _kKeyTranslateMode) {
|
||||
if (Platform.isLinux) {
|
||||
continue;
|
||||
}
|
||||
}
|
||||
var text = translate(mode.menu);
|
||||
if (mode.key == _kKeyTranslateMode) {
|
||||
text = '$text beta';
|
||||
|
||||
Reference in New Issue
Block a user