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

Enable text selection for submodule names

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