Commit d0cd399
committed
fix: add delay to allow Windows toast notifications to display
- Add Sleep(100) after notifier.Show() to give Windows enough time
to process and render the toast notification
- Fixes issue where toasty.exe would exit too quickly before
the notification could be displayed1 parent 2292b8c commit d0cd399
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1602 | 1602 | | |
1603 | 1603 | | |
1604 | 1604 | | |
| 1605 | + | |
| 1606 | + | |
| 1607 | + | |
| 1608 | + | |
1605 | 1609 | | |
1606 | 1610 | | |
1607 | 1611 | | |
| |||
0 commit comments