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:
parent
007f289e1b
commit
6e475c558e
6 changed files with 29 additions and 10 deletions
|
@ -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 () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue