eslint fix spaced-comment errors

This commit is contained in:
Sam Schloegel
2022-01-03 14:40:10 -05:00
parent aec191e178
commit 83c46db661
13 changed files with 57 additions and 57 deletions
+2 -2
View File
@@ -22,11 +22,11 @@ const createWindow = () => {
transparent: true,
frame: false,
show: false,
//backgroundColor: "#333333",
// backgroundColor: "#333333",
vibrancy: 'window',
visualEffectState: 'followWindow',
webPreferences: {
//enableRemoteModule: true,
// enableRemoteModule: true,
contextIsolation: false,
nodeIntegration: true,
preload: path.join(__dirname, 'preload.js'),