fix conflict
This commit is contained in:
parent
f709118c69
commit
f35302b9f5
1 changed files with 0 additions and 5 deletions
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue