Przeglądaj źródła

Enable text selection for submodule names

Mike Plante 3 tygodni temu
rodzic
commit
90d2a7e7a6

+ 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)