Przeglądaj źródła

Mention Safari screenshot problems in the toast

master
Fen Dweller 4 lat temu
rodzic
commit
d7e57200a0
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      macrovision.js

+ 1
- 1
macrovision.js Wyświetl plik

@@ -5365,7 +5365,7 @@ function copyScreenshot() {
toast("Copied to clipboard!")) toast("Copied to clipboard!"))
.catch(e => { .catch(e => {
console.error(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); drawScales(false);


Ładowanie…
Anuluj
Zapisz