瀏覽代碼

Mention Safari screenshot problems in the toast

master
Fen Dweller 3 年之前
父節點
當前提交
d7e57200a0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      macrovision.js

+ 1
- 1
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);


Loading…
取消
儲存