You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: StikJIT/Views/ProfileView.swift
+25-17Lines changed: 25 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -131,8 +131,12 @@ struct ProfileView: View {
131
131
@StateprivatevarconfirmRemove=false
132
132
@StateprivatevarremoveTargetName:String=""
133
133
@StateprivatevarremoveTargetUUID:String=""
134
-
135
-
134
+
135
+
// Computed strings to reduce body complexity
136
+
privatevarremoveProfileText:String{
137
+
String(format:"Remove profile for %@ (UUID: %@)?\nApps associated with this profile may become unavailable.".localized, removeTargetName, removeTargetUUID)
Text(String(format:"Remove profile for %@ (UUID: %@)?\nApps associated with this profile may become unavailable.".localized, removeTargetName, removeTargetUUID))
0 commit comments