From 3a31f37b3d726be1c2ef0936df8e8f9d3d4b8b61 Mon Sep 17 00:00:00 2001 From: Ravi J Date: Fri, 30 Dec 2022 02:05:38 -0500 Subject: MouseSettings: Update "switch buttons" icon to reflect checkbox state Using an additional "right button" variant of the graphic, it now updates the icon based on the user's preference of primary button. --- Userland/Applications/MouseSettings/Mouse.gml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Userland/Applications/MouseSettings/Mouse.gml') diff --git a/Userland/Applications/MouseSettings/Mouse.gml b/Userland/Applications/MouseSettings/Mouse.gml index a2d77b59ee..7e66c29d84 100644 --- a/Userland/Applications/MouseSettings/Mouse.gml +++ b/Userland/Applications/MouseSettings/Mouse.gml @@ -178,7 +178,7 @@ @GUI::Label { fixed_width: 32 fixed_height: 32 - icon: "/res/graphics/switch-mouse-buttons.png" + name: "switch_buttons_image_label" } @GUI::CheckBox { -- cgit v1.2.3