1
0
Fork 0
mirror of https://github.com/anyproto/anytype-ts.git synced 2025-06-08 05:57:02 +09:00

new window param fixes

This commit is contained in:
Andrew Simachev 2022-07-06 13:06:55 +03:00
parent 80ce9e27e5
commit 052a25ffbc
7 changed files with 18 additions and 16 deletions

View file

@ -88,7 +88,7 @@ nativeTheme.on('updated', () => {
});
function createWindow () {
mainWindow = WindowManager.createMain({ withState: true, route: Util.getRouteFromUrl(deeplinkingUrl), isChild: false });
mainWindow = WindowManager.createMain({ route: Util.getRouteFromUrl(deeplinkingUrl), isChild: false });
if (process.env.ELECTRON_DEV_EXTENSIONS) {
BrowserWindow.addDevToolsExtension(