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";
|
return "screenshot_monitor";
|
||||||
if (summary.includes("welcome"))
|
if (summary.includes("welcome"))
|
||||||
return "waving_hand";
|
return "waving_hand";
|
||||||
if (summary.includes("time"))
|
if (summary.includes("time") || summary.includes("a break"))
|
||||||
return "schedule";
|
return "schedule";
|
||||||
if (summary.includes("installed"))
|
if (summary.includes("installed"))
|
||||||
return "download";
|
return "download";
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue