We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d6116a commit bbe3afbCopy full SHA for bbe3afb
2 files changed
signaturenDruck/main.js
@@ -13,8 +13,13 @@ const config = new Store({cwd: 'C:\\Export\\SignaturenDruck'})
13
const Shell = require('node-powershell')
14
require('electron-context-menu')({
15
prepend: (params, BrowserWindow) => [{
16
- // label: ''
17
- }]
+ visible: false,
+ }],
18
+ labels: {
19
+ cut: 'Ausschneiden',
20
+ copy: 'Kopieren',
21
+ paste: 'Einfügen'
22
+ }
23
})
24
25
// requires lodash
signaturenDruck/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "SignaturenDruck_neu",
3
- "version": "1.0.4a",
+ "version": "1.0.4b",
4
"description": "SignaturenDruck der ThULB",
5
"main": "main.js",
6
"scripts": {
0 commit comments