mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-20 10:19:08 +00:00
Get native theme through IPC not remote
This commit is contained in:
@@ -20,7 +20,7 @@ async function applyTheme() {
|
||||
|
||||
applyTheme();
|
||||
|
||||
window.subscribeToSystemThemeChange(() => {
|
||||
window.SignalContext.nativeThemeListener.subscribe(() => {
|
||||
applyTheme();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user