Fix tab icon only on iOS 17

This commit is contained in:
Thomas Ricouard 2023-09-18 20:14:26 +02:00
parent e6455304ac
commit 625b7f8137
1 changed files with 1 additions and 3 deletions

View File

@ -187,10 +187,8 @@ struct IceCubesApp: App {
.tabItem {
if userPreferences.showiPhoneTabLabel {
tab.label
.labelStyle(TitleAndIconLabelStyle())
} else {
tab.label
.labelStyle(IconOnlyLabelStyle())
Image(systemName: tab.iconName)
}
}
.tag(tab)