Add link to terms and privacy policy in about window
This commit is contained in:
parent
0abdd5ead1
commit
9ef7c42097
4 changed files with 28 additions and 3 deletions
3
main.js
3
main.js
|
@ -419,7 +419,8 @@ function showAbout() {
|
|||
webPreferences: {
|
||||
nodeIntegration: false,
|
||||
nodeIntegrationInWorker: false,
|
||||
preload: path.join(__dirname, 'preload.js'),
|
||||
preload: path.join(__dirname, 'about_preload.js'),
|
||||
// sandbox: true,
|
||||
nativeWindowOpen: true,
|
||||
},
|
||||
parent: mainWindow,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue