fixed bug

This commit is contained in:
Joshua Perry 2024-11-02 17:15:10 +00:00
parent 4cbba3dea1
commit 6dbf6a67af
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ class ProfileDetails(val profile: Profile): Screen {
textAttribute(
title = title,
tooltip = tooltip,
currentValue = profile.programName,
currentValue = currentValue,
onValueChange = onValueChange
)