Skip to content

Commit

Permalink
options to checkbox (#6175)
Browse files Browse the repository at this point in the history
  • Loading branch information
haileyok authored Nov 8, 2024
1 parent 7b5e8ae commit e8a0305
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/view/com/composer/labels/LabelsBtn.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -144,19 +144,19 @@ function DialogInner({
}}>
<View style={[a.gap_sm]}>
<Toggle.Item name="sexual" label={_(msg`Suggestive`)}>
<Toggle.Radio />
<Toggle.Checkbox />
<Toggle.LabelText>
<Trans>Suggestive</Trans>
</Toggle.LabelText>
</Toggle.Item>
<Toggle.Item name="nudity" label={_(msg`Nudity`)}>
<Toggle.Radio />
<Toggle.Checkbox />
<Toggle.LabelText>
<Trans>Nudity</Trans>
</Toggle.LabelText>
</Toggle.Item>
<Toggle.Item name="porn" label={_(msg`Porn`)}>
<Toggle.Radio />
<Toggle.Checkbox />
<Toggle.LabelText>
<Trans>Porn</Trans>
</Toggle.LabelText>
Expand Down

0 comments on commit e8a0305

Please sign in to comment.