mirror of
https://bitbucket.org/smil3y/kde-playground.git
synced 2025-02-23 10:22:50 +00:00
plasma-runners: use the same icon for the match as the one in the desktop file
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
2ba83b4901
commit
227e460780
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ void SleeperRunner::match(Plasma::RunnerContext &context)
|
|||
sleeptime = s_sleeptime;
|
||||
}
|
||||
Plasma::QueryMatch match(this);
|
||||
match.setIcon(KIcon("timer"));
|
||||
match.setIcon(KIcon("applications-engineering"));
|
||||
match.setText(i18n("Sleepy time: %1", sleeptime));
|
||||
match.setData(sleeptime);
|
||||
context.addMatch(match);
|
||||
|
|
Loading…
Add table
Reference in a new issue