Renamed back "accounts" and "new" icon to lower case as it's really strange Git, cannot commit upper case name
This commit is contained in:
parent
397acebf79
commit
5277438009
|
@ -20,11 +20,11 @@ class TabBarController : UITabBarController, UITabBarControllerDelegate {
|
|||
|
||||
|
||||
private func setupTabs() {
|
||||
let accountsTab = buildControllerAndTabBarItem("Accounts", "Accounts", AccountsDialog(data: data))
|
||||
let accountsTab = buildControllerAndTabBarItem("Accounts", "accounts", AccountsDialog(data: data))
|
||||
|
||||
|
||||
let newOptionsTab = InterceptTabClickViewController { self.showNewOptionsActionSheet() }
|
||||
newOptionsTab.tabBarItem = buildTabBarItem("New", "New")
|
||||
newOptionsTab.tabBarItem = buildTabBarItem("New", "new")
|
||||
|
||||
|
||||
let settingsTab = buildControllerAndTabBarItem("Settings", "Settings", SettingsDialog(data: data))
|
||||
|
|
|
@ -15,7 +15,7 @@ class Styles {
|
|||
static let NegativeAmountColor = Color.red
|
||||
|
||||
|
||||
static let AccountFallbackIcon = "Accounts"
|
||||
static let AccountFallbackIcon = "accounts"
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue