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