diff --git a/GalaxyBudsClient/Interface/Pages/AdvancedPage.xaml b/GalaxyBudsClient/Interface/Pages/AdvancedPage.xaml index 59cf8c483..fc9de8fbf 100644 --- a/GalaxyBudsClient/Interface/Pages/AdvancedPage.xaml +++ b/GalaxyBudsClient/Interface/Pages/AdvancedPage.xaml @@ -55,7 +55,7 @@ - + @@ -65,7 +65,7 @@ + PointerPressed="Hotkeys_OnPointerPressed" x:Name="Hotkeys" /> ("Hotkeys").IsVisible = PlatformUtils.SupportsHotkeys; + this.FindControl("HotkeysBixby").IsVisible = + PlatformUtils.SupportsHotkeys || BluetoothImpl.Instance.DeviceSpec.Supports(IDeviceSpec.Feature.BixbyWakeup); + this.FindControl("BixbyRemapS").IsVisible = + PlatformUtils.SupportsHotkeys && BluetoothImpl.Instance.DeviceSpec.Supports(IDeviceSpec.Feature.BixbyWakeup); + this.FindControl("Hotkeys").IsVisible = PlatformUtils.SupportsHotkeys; this.FindControl("BixbyRemap").IsVisible = BluetoothImpl.Instance.DeviceSpec.Supports(IDeviceSpec.Feature.BixbyWakeup); - this.FindControl("BixbyRemapS").IsVisible = BluetoothImpl.Instance.DeviceSpec.Supports(IDeviceSpec.Feature.BixbyWakeup); this.FindControl("SidetoneS").IsVisible = BluetoothImpl.Instance.DeviceSpec.Supports(IDeviceSpec.Feature.AmbientSidetone); this.FindControl("PassthroughS").IsVisible = BluetoothImpl.Instance.DeviceSpec.Supports(IDeviceSpec.Feature.AmbientPassthrough); _sidetone.Parent!.IsVisible = BluetoothImpl.Instance.DeviceSpec.Supports(IDeviceSpec.Feature.AmbientSidetone);