Skip to content

Commit

Permalink
Fix Alternative app icon #patch
Browse files Browse the repository at this point in the history
  • Loading branch information
aromanov91 committed Jul 16, 2023
1 parent 6430ae9 commit a176ae4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import SwiftUI
private func getAlternateIconNames() {
if let iconCount = FeatureFlags.app.alternateAppIcons, iconCount != 0 {
for index in 1 ... iconCount {
iconNames.append("AppIcon\(index)")
iconNames.append("AlternateAppIcon\(index)")
}
}
}
Expand Down

0 comments on commit a176ae4

Please sign in to comment.