Prechádzať zdrojové kódy

Change symbol for blacklisted

Jonas Björkert 1 rok pred
rodič
commit
5e0daf6192

+ 1 - 1
Trio/Sources/Modules/Settings/View/SettingsRootView.swift

@@ -90,7 +90,7 @@ extension Settings {
                                                 HStack {
                                                     Text("Warning: Known issues. Update now.").font(.footnote)
                                                         .foregroundColor(.red)
-                                                    Image(systemName: "exclamationmark.triangle.fill")
+                                                    Image(systemName: "exclamationmark.octagon.fill")
                                                         .foregroundColor(.red)
                                                 }
                                             }