فهرست منبع

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