fix conflict

This commit is contained in:
asur4s 2023-03-21 17:28:58 -07:00
parent f709118c69
commit f35302b9f5

View File

@ -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';