Просмотр исходного кода

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 недель назад: 4
Родитель
Сommit
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)
         }
     }
 }