mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +00:00
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:
parent
76a4a7111e
commit
f07c56716a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue