You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's unclear to me if this is as intended (i.e., not implemented) or if I am experiencing a bug.
Reading this guide on implementing dark mode in Electron, it seems like the check on the current "mode" is via api.systemPreferences.isDarkMode which I see in source/browser.ts: setDarkMode(). Yet that guide also mentions the AppleInterfaceThemeChangedNotification which I cannot grep for.
I can work on adding this if it is indeed missing but I wanted to check here first
Version: 2.38.0 (2.38.0.1617)
The text was updated successfully, but these errors were encountered:
Supposedly this requires electron 7.0.0 to fix properly (at least in Catalina), or an Info.plist file with NSRequiresAquaSystemAppearance.
Electron 7 isn't out yet (it's in beta), so we might need to wait for that before this can be fixed. According to Electron's release timeline, that should be October 22nd.
It's unclear to me if this is as intended (i.e., not implemented) or if I am experiencing a bug.
Reading this guide on implementing dark mode in Electron, it seems like the check on the current "mode" is via
api.systemPreferences.isDarkMode
which I see insource/browser.ts: setDarkMode()
. Yet that guide also mentions theAppleInterfaceThemeChangedNotification
which I cannot grep for.I can work on adding this if it is indeed missing but I wanted to check here first
Version:
2.38.0 (2.38.0.1617)
The text was updated successfully, but these errors were encountered: