mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
quicksettings: Use symbolic monochrome icons
Switch the screenshot and screen record quicksettings to use monochrome icons. Fixes: https://invent.kde.org/plasma/plasma-mobile/-/issues/432
This commit is contained in:
parent
37c18c6ed2
commit
529940341b
2 changed files with 2 additions and 2 deletions
|
|
@ -28,7 +28,7 @@ QS.QuickSetting {
|
|||
case PWRec.PipeWireRecord.Rendering:
|
||||
i18n("Please wait…")
|
||||
}
|
||||
icon: "media-record"
|
||||
icon: "camera-video-symbolic"
|
||||
enabled: false
|
||||
available: record.encoder != PWRec.PipeWireRecord.NoEncoder
|
||||
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ import org.kde.plasma.quicksetting.screenshot
|
|||
QS.QuickSetting {
|
||||
text: i18n("Screenshot")
|
||||
status: i18n("Tap to screenshot")
|
||||
icon: "spectacle"
|
||||
icon: "view-fullscreen-symbolic"
|
||||
enabled: false
|
||||
|
||||
property bool screenshotRequested: false
|
||||
|
|
|
|||
Loading…
Reference in a new issue