Skip to content

Commit

Permalink
Fixed duplicated choice view
Browse files Browse the repository at this point in the history
  • Loading branch information
tvidenov committed Feb 16, 2024
1 parent 334ea95 commit 92e8e59
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Sources/Views/SettingPicker.swift
Original file line number Diff line number Diff line change
Expand Up @@ -268,8 +268,9 @@ struct SettingPickerChoicesView: View {
} else {
settingGroupView
}
#endif
#else
settingGroupView
#endif
}
}
}

0 comments on commit 92e8e59

Please sign in to comment.