Change the default occupation mode to true on occupation skill.
This commit is contained in:
parent
ca20078ffa
commit
992c79a100
1 changed files with 1 additions and 1 deletions
|
|
@ -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) }
|
||||
),
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue