1
0
Fork 0
mirror of https://github.com/anyproto/anytype-ts.git synced 2025-06-08 05:57:02 +09:00
This commit is contained in:
Andrew Simachev 2024-01-09 11:22:22 +01:00
commit bd72da4759
No known key found for this signature in database
GPG key ID: 49A163D0D14E6FD8
190 changed files with 6971 additions and 3511 deletions

View file

@ -96,9 +96,6 @@ nativeTheme.on('updated', () => {
});
function createWindow () {
Util.log('info', 'CreateWindow: ' + deeplinkingUrl + ' ' + JSON.stringify(process.argv));
mainWindow = WindowManager.createMain({ route: Util.getRouteFromUrl(deeplinkingUrl), isChild: false });
mainWindow.on('close', (e) => {