We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e61961e commit 6722c17Copy full SHA for 6722c17
renderer-process/printing/pdf.js
@@ -7,6 +7,6 @@ printPDFBtn.addEventListener('click', function (event) {
7
})
8
9
ipc.on('wrote-pdf', function (event, path) {
10
- var message = 'Wrote PDF to: ~' + path
+ var message = 'Wrote PDF to: ' + path
11
document.getElementById('pdf-path').innerHTML = message
12
0 commit comments