mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Enables sandbox for all windows except main
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
// Copyright 2023 Signal Messenger, LLC
|
||||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
import { ipcRenderer } from 'electron';
|
||||
|
||||
export const localeMessages = ipcRenderer.sendSync('locale-data');
|
||||
Reference in New Issue
Block a user