From d7e57200a06f6c74a1291419006ba6365c1e6708 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Wed, 29 Dec 2021 10:25:10 -0600 Subject: [PATCH] Mention Safari screenshot problems in the toast --- macrovision.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macrovision.js b/macrovision.js index d30df636..d37a7d85 100644 --- a/macrovision.js +++ b/macrovision.js @@ -5365,7 +5365,7 @@ function copyScreenshot() { toast("Copied to clipboard!")) .catch(e => { console.error(e); - toast("Couldn't write to the clipboard. Make sure the screenshot completes before switching tabs.") + toast("Couldn't write to the clipboard. Make sure the screenshot completes before switching tabs. Also, currently busted in Safari :(") }) }); drawScales(false);