Преглед изворни кода

Enable text selection for submodule names

Mike Plante пре 3 недеља
родитељ
комит
90d2a7e7a6
1 измењених фајлова са 1 додато и 0 уклоњено
  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)