Skip to content

Commit

Permalink
other: temporary fix to prevent overlap in UI
Browse files Browse the repository at this point in the history
  • Loading branch information
timschneeb committed Mar 13, 2024
1 parent 75886b0 commit 03742b2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion GalaxyBudsClient/Model/Specifications/Buds2ProDeviceSpec.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
};

Expand Down

0 comments on commit 03742b2

Please sign in to comment.