sindresorhus / Settings

⚙ Add a settings window to your macOS app in minutes
MIT License
1.43k stars 100 forks source link

Can't add Slider to Section #108

Open kkyr opened 1 year ago

kkyr commented 1 year ago
Settings.Container(contentWidth: contentWidth) {
    Settings.Section(title: "sectionTitle") {
        Slider(value: $value, in: 1...1000)
    }
}

Getting the following errors on the Container:

Generic parameter 'Content' could not be inferred Type 'Settings<_>' has no member 'Container'