Fix character sheet edit thumbnail.
This commit is contained in:
parent
fed5db7fa0
commit
8f87c63e34
1 changed files with 1 additions and 1 deletions
|
|
@ -300,7 +300,7 @@ class CharacterSheetEditFactory(
|
|||
label = mutableStateOf(getString(Res.string.character_sheet_edit__characteristics__thumbnail)),
|
||||
value = thumbnail,
|
||||
placeholder = mutableStateOf(null),
|
||||
onValueChange = { portrait.value = it },
|
||||
onValueChange = { thumbnail.value = it },
|
||||
),
|
||||
strength = str,
|
||||
dexterity = dex,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue