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 2023-10-17 12:27:03 +02:00
commit 7ce487374a
No known key found for this signature in database
GPG key ID: 49A163D0D14E6FD8
321 changed files with 6834 additions and 5244 deletions

View file

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