mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-04 18:54:45 +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:
|
case PWRec.PipeWireRecord.Rendering:
|
||||||
i18n("Please wait…")
|
i18n("Please wait…")
|
||||||
}
|
}
|
||||||
icon: "media-record"
|
icon: "camera-video-symbolic"
|
||||||
enabled: false
|
enabled: false
|
||||||
available: record.encoder != PWRec.PipeWireRecord.NoEncoder
|
available: record.encoder != PWRec.PipeWireRecord.NoEncoder
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ import org.kde.plasma.quicksetting.screenshot
|
||||||
QS.QuickSetting {
|
QS.QuickSetting {
|
||||||
text: i18n("Screenshot")
|
text: i18n("Screenshot")
|
||||||
status: i18n("Tap to screenshot")
|
status: i18n("Tap to screenshot")
|
||||||
icon: "spectacle"
|
icon: "view-fullscreen-symbolic"
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
||||||
property bool screenshotRequested: false
|
property bool screenshotRequested: false
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue