Skip to content

Commit

Permalink
Fix not icons crush
Browse files Browse the repository at this point in the history
  • Loading branch information
aromanov91 committed Nov 15, 2022
1 parent 0f73554 commit 912e34c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import SwiftUI
}

private func getAlternateIconNames() {
if let iconCount = FeatureFlags.app.alternateAppIcons {
if let iconCount = FeatureFlags.app.alternateAppIcons, iconCount != 0 {
for index in 1 ... iconCount {
iconNames.append("AppIcon\(index)")
}
Expand Down

0 comments on commit 912e34c

Please sign in to comment.