()
| 1192 | } |
| 1193 | |
| 1194 | const previous = async () => { |
| 1195 | const previousFile = await window.ipcRenderer.invoke("previous", originalSrc) |
| 1196 | if (previousFile) upload(previousFile) |
| 1197 | } |
| 1198 | |
| 1199 | const getName = () => { |
| 1200 | if (!originalSrc) return "" |