Bläddra i källkod

Enable text selection for submodule names

Mike Plante 1 månad sedan
förälder
incheckning
90d2a7e7a6
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1 0
      Trio/Sources/Modules/Settings/View/Subviews/SubmodulesView.swift

+ 1 - 0
Trio/Sources/Modules/Settings/View/Subviews/SubmodulesView.swift

@@ -28,6 +28,7 @@ struct KeyValueRow: View {
         HStack {
             Text(key)
                 .foregroundColor(.primary)
+                .textSelection(.enabled)
             Spacer()
             Text(value)
                 .foregroundColor(.secondary)