From 529940341b29e7495784b3414ddb3079f791d770 Mon Sep 17 00:00:00 2001 From: Devin Lin Date: Sun, 6 Apr 2025 13:03:53 -0400 Subject: [PATCH] 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 --- quicksettings/record/package/contents/ui/main.qml | 2 +- quicksettings/screenshot/package/contents/ui/main.qml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/quicksettings/record/package/contents/ui/main.qml b/quicksettings/record/package/contents/ui/main.qml index d1e7982f..dad68437 100644 --- a/quicksettings/record/package/contents/ui/main.qml +++ b/quicksettings/record/package/contents/ui/main.qml @@ -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 diff --git a/quicksettings/screenshot/package/contents/ui/main.qml b/quicksettings/screenshot/package/contents/ui/main.qml index a5c9564c..1279231c 100644 --- a/quicksettings/screenshot/package/contents/ui/main.qml +++ b/quicksettings/screenshot/package/contents/ui/main.qml @@ -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