Support translate mode in x11
This commit is contained in:
parent
ba4945f598
commit
b59f87f825
1 changed files with 1 additions and 1 deletions
|
|
@ -1694,7 +1694,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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue