mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-28 11:17:45 +00:00
Merge pull request #1920 from keymanapp/ios-tablet-settings
[iOS] Settings menu tablet access
This commit is contained in:
commit
516b934da1
1 changed files with 2 additions and 2 deletions
|
|
@ -285,8 +285,8 @@ class MainViewController: UIViewController, TextViewDelegate, UIActionSheetDeleg
|
|||
if UIDevice.current.userInterfaceIdiom == .phone {
|
||||
navigationItem.rightBarButtonItems = [moreButton, fixedSpace, browserButton, fixedSpace, actionButton]
|
||||
} else {
|
||||
navigationItem.rightBarButtonItems = [infoButton, fixedSpace, getStartedButton, fixedSpace, trashButton,
|
||||
fixedSpace, textSizeButton, fixedSpace, browserButton, fixedSpace, actionButton]
|
||||
navigationItem.rightBarButtonItems = [settingsButton, fixedSpace, infoButton, fixedSpace, getStartedButton,
|
||||
fixedSpace, trashButton, fixedSpace, textSizeButton, fixedSpace, browserButton, fixedSpace, actionButton]
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue