Change the default occupation mode to true on occupation skill.

This commit is contained in:
Thomas Andres Gomez 2024-11-30 23:10:00 +01:00
parent ca20078ffa
commit 992c79a100

View file

@ -44,7 +44,7 @@ class CharacterSheetEditViewModel(
id = id,
label = getString(Res.string.character_sheet_edit__skills__special_title),
options = listOf(
skillFactory.occupationOption(checked = false),
skillFactory.occupationOption(checked = true),
skillFactory.deleteOption { deleteSkill(skillId = id) }
),
)