notifs: add guess
This commit is contained in:
parent
bcb0b3df39
commit
e7c2c2bc6d
1 changed files with 1 additions and 1 deletions
|
|
@ -182,7 +182,7 @@ StyledRect {
|
|||
return "screenshot_monitor";
|
||||
if (summary.includes("welcome"))
|
||||
return "waving_hand";
|
||||
if (summary.includes("time"))
|
||||
if (summary.includes("time") || summary.includes("a break"))
|
||||
return "schedule";
|
||||
if (summary.includes("installed"))
|
||||
return "download";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue