Merge pull request #1920 from keymanapp/ios-tablet-settings

[iOS] Settings menu tablet access
This commit is contained in:
Joshua Horton 2019-08-01 11:26:20 +07:00 committed by GitHub
commit 516b934da1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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]
}
}