From 8f87c63e34a81c8dea4a64e72a282b718bcd4073 Mon Sep 17 00:00:00 2001 From: Thomas Andres Gomez Date: Tue, 8 Apr 2025 15:15:15 +0200 Subject: [PATCH] Fix character sheet edit thumbnail. --- .../ui/screen/characterSheet/edit/CharacterSheetEditFactory.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composeApp/src/commonMain/kotlin/com/pixelized/desktop/lwa/ui/screen/characterSheet/edit/CharacterSheetEditFactory.kt b/composeApp/src/commonMain/kotlin/com/pixelized/desktop/lwa/ui/screen/characterSheet/edit/CharacterSheetEditFactory.kt index 10312e3..18e963b 100644 --- a/composeApp/src/commonMain/kotlin/com/pixelized/desktop/lwa/ui/screen/characterSheet/edit/CharacterSheetEditFactory.kt +++ b/composeApp/src/commonMain/kotlin/com/pixelized/desktop/lwa/ui/screen/characterSheet/edit/CharacterSheetEditFactory.kt @@ -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,