diff --git a/src/main/kotlin/ui/screens/ProfileDetails.kt b/src/main/kotlin/ui/screens/ProfileDetails.kt index c5cfb7c..ac41286 100644 --- a/src/main/kotlin/ui/screens/ProfileDetails.kt +++ b/src/main/kotlin/ui/screens/ProfileDetails.kt @@ -125,7 +125,7 @@ class ProfileDetails(val profile: Profile): Screen { textAttribute( title = title, tooltip = tooltip, - currentValue = profile.programName, + currentValue = currentValue, onValueChange = onValueChange )