mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-28 04:13:18 +01:00
Enables sandbox for all windows except main
This commit is contained in:
@@ -27,7 +27,7 @@ import { HTTPError } from '../../textsecure/Errors';
|
||||
import { isRecord } from '../../util/isRecord';
|
||||
import * as Errors from '../../types/errors';
|
||||
import { normalizeDeviceName } from '../../util/normalizeDeviceName';
|
||||
import { getName as getOSName } from '../../OS';
|
||||
import OS from '../../util/os/osMain';
|
||||
|
||||
type PropsType = ComponentProps<typeof InstallScreen>;
|
||||
|
||||
@@ -258,7 +258,7 @@ export function SmartInstallScreen(): ReactElement {
|
||||
updates,
|
||||
currentVersion: window.getVersion(),
|
||||
startUpdate,
|
||||
OS: getOSName(),
|
||||
OS: OS.getName(),
|
||||
},
|
||||
};
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user