v0.8.2: the key binding menu now appears on android with a keyboard
This commit is contained in:
+1
-1
@@ -308,7 +308,7 @@ public class WndSettings extends WndTabbed {
|
||||
chkFont.checked(SPDSettings.systemFont());
|
||||
add(chkFont);
|
||||
|
||||
if (DeviceCompat.isDesktop()){
|
||||
if (DeviceCompat.hasHardKeyboard()){
|
||||
RedButton btnKeyBindings = new RedButton(Messages.get(this, "key_bindings")){
|
||||
@Override
|
||||
protected void onClick() {
|
||||
|
||||
Reference in New Issue
Block a user