diff options
Diffstat (limited to 'contrib/notification.html')
-rw-r--r-- | contrib/notification.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/notification.html b/contrib/notification.html index f483ab0..7875036 100644 --- a/contrib/notification.html +++ b/contrib/notification.html @@ -28,7 +28,8 @@ <p><input type="checkbox" onclick="visible(this, 'queued')"> Queued since <input type="text" value="oct/18/2022 18:30:48" onchange="update(this, 'queued-since')"></p> <p><input type="checkbox" onclick="visible(this, 'cut')"> Cut-off with <input type="number" min=1 max=99 value=13 onchange="update(this, 'cut-percent')"> percent</p> -<p>ℹ️ Open the inspector, select the <span class="tag">div</span> element, right click and select "<i>Screenshot Node</i>"!</p> +<p>Then right-click, click "<i>Take Screenshot</i>" and finally select the +notification and download it.</p> </body> </html> |