Added pan. Working on gay.
This commit is contained in:
@@ -273,6 +273,20 @@ struct AppIconSection: View {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Button(action: {
|
||||
setIcon("Pan")
|
||||
}) {
|
||||
HStack {
|
||||
Text("Pansexual Pride")
|
||||
.foregroundColor(.primary)
|
||||
Spacer()
|
||||
if currentIcon == "Pan" {
|
||||
Image(systemName: "checkmark")
|
||||
.foregroundColor(.primary)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.onAppear {
|
||||
currentIcon = UIApplication.shared.alternateIconName
|
||||
|
||||
Reference in New Issue
Block a user