mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-04-26 18:04:44 +00:00
Add back primary icon in the selector
This commit is contained in:
parent
497c2a1fe1
commit
979ba61b07
1 changed files with 3 additions and 3 deletions
|
@ -22,9 +22,9 @@ struct IconSelectorView: View {
|
||||||
case alt22, alt23, alt24
|
case alt22, alt23, alt24
|
||||||
|
|
||||||
static var officialIcons: [Icon] {
|
static var officialIcons: [Icon] {
|
||||||
[.alt1, .alt2, .alt3, .alt4, .alt5, .alt6, .alt7, .alt8,
|
[.primary, .alt1, .alt2, .alt3, .alt4, .alt5, .alt6, .alt7, .alt8,
|
||||||
.alt9, .alt10, .alt11, .alt12, .alt13, .alt14,
|
.alt9, .alt10, .alt11, .alt12, .alt13, .alt14,
|
||||||
.alt15, .alt16, .alt17, .alt18, .alt19]
|
.alt15, .alt16, .alt17, .alt18, .alt19]
|
||||||
}
|
}
|
||||||
|
|
||||||
static var albertKinngIcons: [Icon] {
|
static var albertKinngIcons: [Icon] {
|
||||||
|
|
Loading…
Reference in a new issue