diff options
author | Ravi J <ravi@101011010.com> | 2022-12-30 02:05:38 -0500 |
---|---|---|
committer | Tim Flynn <trflynn89@pm.me> | 2022-12-30 09:20:42 -0500 |
commit | 3a31f37b3d726be1c2ef0936df8e8f9d3d4b8b61 (patch) | |
tree | 7536b896816986e0b257c4b1ed17c3263ff8aa67 /Userland/Applications/MouseSettings/Mouse.gml | |
parent | 2ba66a994190ae5bdce44e962ebce0ded1549dcc (diff) | |
download | serenity-3a31f37b3d726be1c2ef0936df8e8f9d3d4b8b61.zip |
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.
Diffstat (limited to 'Userland/Applications/MouseSettings/Mouse.gml')
-rw-r--r-- | Userland/Applications/MouseSettings/Mouse.gml | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |