From 1d39046178fa9fa3190e0589810e4119bde29ee5 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Thu, 20 Feb 2025 19:36:05 -0800 Subject: feat: Development commit --- Sora/Views/Settings/SettingsDetailsView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Sora/Views/Settings/SettingsDetailsView.swift') diff --git a/Sora/Views/Settings/SettingsDetailsView.swift b/Sora/Views/Settings/SettingsDetailsView.swift index 4ac784c..6b9be8d 100644 --- a/Sora/Views/Settings/SettingsDetailsView.swift +++ b/Sora/Views/Settings/SettingsDetailsView.swift @@ -5,7 +5,7 @@ struct SettingsDetailsView: View { var body: some View { Picker("Detail View Type", selection: $settings.detailViewType) { - ForEach(PostFileType.allCases, id: \.self) { type in + ForEach(BooruPostFileType.allCases, id: \.self) { type in Text(type.rawValue.capitalized).tag(type) } } -- cgit v1.2.3