1
0
Fork 0
mirror of https://github.com/anyproto/anytype-ts.git synced 2025-06-08 14:07:01 +09:00

JS-3089: fixes

This commit is contained in:
Andrew Simachev 2023-10-12 14:02:53 +02:00
parent 007f289e1b
commit 6e475c558e
No known key found for this signature in database
GPG key ID: 49A163D0D14E6FD8
6 changed files with 29 additions and 10 deletions

View file

@ -94,7 +94,7 @@ function waitForLibraryAndCreateWindows () {
// MacOs 12.2 (M1): doesn't fire on manual theme switch
nativeTheme.on('updated', () => {
MenuManager.updateTrayIcon();
WindowManager.updateTheme();
WindowManager.sendToAll('native-theme', Util.isDarkTheme());
});
function createWindow () {