From 5e8ba2c2457eb0e20b493c2faad36e96477b2052 Mon Sep 17 00:00:00 2001 From: Evan Husted Date: Fri, 24 Jan 2025 13:12:55 -0600 Subject: [PATCH] cleanup testing changes --- src/Ryujinx/UI/Views/Input/ControllerInputView.axaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Ryujinx/UI/Views/Input/ControllerInputView.axaml b/src/Ryujinx/UI/Views/Input/ControllerInputView.axaml index 28c62dcf2..1662f4a3d 100644 --- a/src/Ryujinx/UI/Views/Input/ControllerInputView.axaml +++ b/src/Ryujinx/UI/Views/Input/ControllerInputView.axaml @@ -531,7 +531,7 @@ IsMoreButtonVisible="False" UseColorPalette="False" UseColorTriangle="False" - UseColorWheel="True" + UseColorWheel="False" ShowAcceptDismissButtons="False" IsAlphaEnabled="False" AttachedToVisualTree="ColorPickerButton_OnAttachedToVisualTree"