Index: src/qml/TimerJobDelegate.qml =================================================================== --- src/qml/TimerJobDelegate.qml +++ src/qml/TimerJobDelegate.qml @@ -33,7 +33,7 @@ //use opacity instead of visible to *not* relayout when things get visible/invisible opacity: listItem.hovered || Kirigami.Settings.isMobile ? 1 : 0 QC1.Button { - iconName : model.job.state == TimerJob.Started ? "media-playback-pause" : "arrow-right" + iconName : model.job.state == TimerJob.Started ? "media-playback-pause" : "media-playback-start" onClicked : { if (model.job.state == TimerJob.Started) { job.pause();