Add link to terms and privacy policy in about window

This commit is contained in:
Scott Nonnenberg 2018-06-01 17:43:01 -07:00
parent 0abdd5ead1
commit 9ef7c42097
4 changed files with 28 additions and 3 deletions

View file

@ -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,