mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-09 15:09:02 +00:00
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:
parent
c410b14c19
commit
f77f5040a4
@ -40,7 +40,7 @@ module.exports = (store, __exports) => {
|
|||||||
rect.width = focused_window.getSize()[0];
|
rect.width = focused_window.getSize()[0];
|
||||||
rect.height = focused_window.getSize()[1];
|
rect.height = focused_window.getSize()[1];
|
||||||
}
|
}
|
||||||
const window = new electron.BrowserWindow({
|
let window = new electron.BrowserWindow({
|
||||||
show: false,
|
show: false,
|
||||||
backgroundColor: '#ffffff',
|
backgroundColor: '#ffffff',
|
||||||
titleBarStyle: 'hiddenInset',
|
titleBarStyle: 'hiddenInset',
|
||||||
|
Loading…
Reference in New Issue
Block a user