mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Get native theme through IPC not remote
This commit is contained in:
@@ -15,7 +15,7 @@ const {
|
||||
|
||||
const { Context: SignalContext } = require('./ts/context');
|
||||
|
||||
window.SignalContext = new SignalContext();
|
||||
window.SignalContext = new SignalContext(ipcRenderer);
|
||||
|
||||
const config = url.parse(window.location.toString(), true).query;
|
||||
const { locale } = config;
|
||||
|
||||
Reference in New Issue
Block a user