From 03742b2902d50a7f13b00c1450cf47298f60fc67 Mon Sep 17 00:00:00 2001 From: Tim Schneeberger Date: Wed, 13 Mar 2024 14:47:20 +0100 Subject: [PATCH] other: temporary fix to prevent overlap in UI --- GalaxyBudsClient/Model/Specifications/Buds2ProDeviceSpec.cs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/GalaxyBudsClient/Model/Specifications/Buds2ProDeviceSpec.cs b/GalaxyBudsClient/Model/Specifications/Buds2ProDeviceSpec.cs index 7bc7bfffc..c29f5332f 100644 --- a/GalaxyBudsClient/Model/Specifications/Buds2ProDeviceSpec.cs +++ b/GalaxyBudsClient/Model/Specifications/Buds2ProDeviceSpec.cs @@ -26,7 +26,10 @@ public class Buds2ProDeviceSpec : IDeviceSpec { IDeviceSpec.Feature.AncNoiseReductionLevels, null }, { IDeviceSpec.Feature.AmbientSidetone, null }, { IDeviceSpec.Feature.AmbientCustomize, null }, - { IDeviceSpec.Feature.AncWithOneEarbud, null }, + /*{ IDeviceSpec.Feature.AncWithOneEarbud, null }, + TODO: conflicts with AncNoiseReductionLevels and overlaps in UI due to lack of space + This will be fixed with the UI rewrite + */ { IDeviceSpec.Feature.DebugSku, null } };