fixed bug
This commit is contained in:
parent
4cbba3dea1
commit
6dbf6a67af
|
|
@ -125,7 +125,7 @@ class ProfileDetails(val profile: Profile): Screen {
|
|||
textAttribute(
|
||||
title = title,
|
||||
tooltip = tooltip,
|
||||
currentValue = profile.programName,
|
||||
currentValue = currentValue,
|
||||
onValueChange = onValueChange
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue