diff options
| author | Dustin Mierau <dustin@mierau.me> | 2024-01-03 11:04:49 -0800 |
|---|---|---|
| committer | Dustin Mierau <dustin@mierau.me> | 2024-01-03 11:04:49 -0800 |
| commit | 4d31accad9d6bf901928f4293f29cb62f6f77260 (patch) | |
| tree | d0d181f0c3f3f1c006c633f76da03bddd7ffdfe9 /Hotline/macOS | |
| parent | f6d9799b80d59e4f8abf5464f358a867137102e6 (diff) | |
Add user icons to iOS app. Bump build number.1.0beta5
Diffstat (limited to 'Hotline/macOS')
| -rw-r--r-- | Hotline/macOS/SettingsView.swift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Hotline/macOS/SettingsView.swift b/Hotline/macOS/SettingsView.swift index 19b64aa..54710d1 100644 --- a/Hotline/macOS/SettingsView.swift +++ b/Hotline/macOS/SettingsView.swift @@ -47,7 +47,7 @@ struct IconSettingsView: View { GridItem(.fixed(4+64+4)), GridItem(.fixed(4+64+4)) ], spacing: 0) { - ForEach(Hotline.classicIcons, id: \.self) { iconID in + ForEach(Hotline.classicIconSet, id: \.self) { iconID in HStack { Image("Classic/\(iconID)") .resizable() |