Added pan. Working on gay.

This commit is contained in:
2026-01-14 09:16:32 -07:00
parent 6e679236c8
commit 94d2f9d951
11 changed files with 82 additions and 6 deletions

View File

@@ -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