add potential duplicates workflow

+ declare window variable with let as per https://github.com/notion-enhancer/notion-enhancer/issues/298#issuecomment-737749264
This commit is contained in:
dragonwocky 2020-12-03 19:38:56 +11:00
parent c410b14c19
commit f77f5040a4

View File

@ -40,7 +40,7 @@ module.exports = (store, __exports) => {
rect.width = focused_window.getSize()[0];
rect.height = focused_window.getSize()[1];
}
const window = new electron.BrowserWindow({
let window = new electron.BrowserWindow({
show: false,
backgroundColor: '#ffffff',
titleBarStyle: 'hiddenInset',