Skip to content

Commit bbe3afb

Browse files
committed
right-click blank label no longer visivle, translated options
1 parent 7d6116a commit bbe3afb

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

signaturenDruck/main.js

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,13 @@ const config = new Store({cwd: 'C:\\Export\\SignaturenDruck'})
1313
const Shell = require('node-powershell')
1414
require('electron-context-menu')({
1515
prepend: (params, BrowserWindow) => [{
16-
// label: ''
17-
}]
16+
visible: false,
17+
}],
18+
labels: {
19+
cut: 'Ausschneiden',
20+
copy: 'Kopieren',
21+
paste: 'Einfügen'
22+
}
1823
})
1924

2025
// requires lodash

signaturenDruck/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "SignaturenDruck_neu",
3-
"version": "1.0.4a",
3+
"version": "1.0.4b",
44
"description": "SignaturenDruck der ThULB",
55
"main": "main.js",
66
"scripts": {

0 commit comments

Comments
 (0)