Commit cf0e86b
Fix grimshot trying to send notification even when disabled
Grimshot was trying to send notification by default, even when not
enabled.
The bug was that the check NOTIFY=no was done in the when() function.
The "enter" was thus exiting the when() function instead of the
notifyOk().
Fix was to replace the when() call by a simple if/then/fi1 parent 97c4970 commit cf0e86b
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
127 | 129 | | |
128 | 130 | | |
129 | 131 | | |
| |||
0 commit comments