From 8b3a1469b71900a311e8bae98980e757270822e2 Mon Sep 17 00:00:00 2001 From: jahorton Date: Thu, 1 Aug 2019 10:06:38 +0700 Subject: [PATCH] Adds settings option to tablet navbar. --- ios/keyman/Keyman/Keyman/MainViewController.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ios/keyman/Keyman/Keyman/MainViewController.swift b/ios/keyman/Keyman/Keyman/MainViewController.swift index 17373dc30a..19b7c1e245 100644 --- a/ios/keyman/Keyman/Keyman/MainViewController.swift +++ b/ios/keyman/Keyman/Keyman/MainViewController.swift @@ -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] } }