aboutsummaryrefslogtreecommitdiff
path: root/Hotline/macOS/Settings
diff options
context:
space:
mode:
authorDustin Mierau <dustin@mierau.me>2025-11-07 10:19:42 -0800
committerDustin Mierau <dustin@mierau.me>2025-11-07 10:19:42 -0800
commit87f08cf60a5d7c1cf618463916cbac4dab88e0f8 (patch)
treec15a94443801beff5fcb8ac5d5dbc8276726ee39 /Hotline/macOS/Settings
parentbcf36ef614aa46ae3d8e714add470f749fdf3714 (diff)
Massive refactor of transfer cients (new folder upload implementation), brand new async version of NetSocket, and a rewritten Hotline view model. New cross-server transfers UI.
Diffstat (limited to 'Hotline/macOS/Settings')
-rw-r--r--Hotline/macOS/Settings/IconSettingsView.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/Hotline/macOS/Settings/IconSettingsView.swift b/Hotline/macOS/Settings/IconSettingsView.swift
index 98cbb09..2bb92c4 100644
--- a/Hotline/macOS/Settings/IconSettingsView.swift
+++ b/Hotline/macOS/Settings/IconSettingsView.swift
@@ -18,7 +18,7 @@ struct IconSettingsView: View {
GridItem(.fixed(4+32+4)),
GridItem(.fixed(4+32+4))
], spacing: 0) {
- ForEach(Hotline.classicIconSet, id: \.self) { iconID in
+ ForEach(HotlineState.classicIconSet, id: \.self) { iconID in
HStack {
Image("Classic/\(iconID)")
.resizable()