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

JS-3524: notification badge

This commit is contained in:
Andrew Simachev 2024-01-02 21:32:01 +01:00
parent a68550e117
commit 0f09377ab4
No known key found for this signature in database
GPG key ID: 49A163D0D14E6FD8
3 changed files with 15 additions and 4 deletions

View file

@ -95,9 +95,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) => {