diff --git a/Whisky/Views/Bottle/ConfigView.swift b/Whisky/Views/Bottle/ConfigView.swift index f607924a..98b6026b 100644 --- a/Whisky/Views/Bottle/ConfigView.swift +++ b/Whisky/Views/Bottle/ConfigView.swift @@ -99,8 +99,10 @@ struct ConfigView: View { ) } } - Toggle(isOn: $bottle.settings.avxEnabled) { - Text("config.avx") + if #available(macOS 15, *) { + Toggle(isOn: $bottle.settings.avxEnabled) { + Text("config.avx") + } } } Section("config.title.dxvk", isExpanded: $dxvkSectionExpanded) {