Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 678982d

Browse files
committed
enable rust crypto
1 parent acb7dd8 commit 678982d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/settings/Settings.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ export const SETTINGS: { [setting: string]: ISetting } = {
484484
displayName: _td("Rust cryptography implementation"),
485485
description: _td("Under active development. Can currently only be enabled via config.json"),
486486
// shouldWarn: true,
487-
default: false,
487+
default: true,
488488
controller: new RustCryptoSdkController(),
489489
},
490490
"baseFontSize": {

0 commit comments

Comments
 (0)