Use monochrome gamepad icon for gaming tile

input-gaming is a full-color Breeze icon with hard-coded gradients;
it cannot be made monochrome by a delegate-level mask. Switch to
input-gamepad, which uses fill:currentColor and matches the line-art
style of every other quick-settings tile icon.
This commit is contained in:
Marco Allegretti 2026-04-25 10:27:07 +02:00
parent 76a4a7111e
commit f07c56716a

View file

@ -12,7 +12,7 @@ QS.QuickSetting {
id: root
text: i18n("Gaming Mode")
icon: "input-gaming"
icon: "input-gamepad"
status: enabled ? i18n("Active") : i18n("Inactive")
enabled: ShellSettings.Settings.gamingModeEnabled