From de6ac8e8fa7dd1ef2200776cc4bd1382a4e4ffad Mon Sep 17 00:00:00 2001 From: Kai Uwe Broulik Date: Thu, 12 Nov 2020 23:07:34 +0100 Subject: [PATCH] [Notifications] Check pause button when job is paused To provide some more direct feedback that the job is paused and an easy to spot place to click to resume. I chose to check the button instead of changing the icon like is done in Media Controller for more visual feedback. A job is also seldom paused so having it more obvious when it is the case aids the user better. --- applets/notifications/package/contents/ui/JobItem.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applets/notifications/package/contents/ui/JobItem.qml b/applets/notifications/package/contents/ui/JobItem.qml index 1b74e2495..bb25164cf 100644 --- a/applets/notifications/package/contents/ui/JobItem.qml +++ b/applets/notifications/package/contents/ui/JobItem.qml @@ -229,7 +229,7 @@ ColumnLayout { PropertyChanges { target: suspendButton tooltip: i18ndc("plasma_applet_org.kde.plasma.notifications", "Resume paused job", "Resume") - iconSource: "media-playback-start" + checked: true } PropertyChanges { target: progressBar