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

Enable text selection to copy SHA

Allows users to long-press to easily copy the SHA of Trio or of a specific submodule.
Mike Plante пре 1 месец
родитељ
комит
87ffec4372
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      Trio/Sources/Modules/Settings/View/Subviews/SubmodulesView.swift

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

@@ -32,6 +32,7 @@ struct KeyValueRow: View {
             Text(value)
                 .foregroundColor(.secondary)
                 .multilineTextAlignment(.trailing)
+                .textSelection(.enabled)
         }
     }
 }