Skip to content

Commit

Permalink
feat(suite-desktop): enable node-bridge in EAP
Browse files Browse the repository at this point in the history
  • Loading branch information
mroz22 committed Feb 3, 2025
1 parent 2545131 commit b5a2602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/suite-desktop-core/src/modules/bridge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ const shouldUseLegacyBridge = (store: Dependencies['store']) => {
// dev uses node-bridge by default
if (isDevEnv) return false;
// eap has node-bridge temporarily disabled
if (allowPrerelease) return true;
if (allowPrerelease) return false;

// handle rollout for regular users
if (skipNewBridgeRollout) return false;
Expand Down

0 comments on commit b5a2602

Please sign in to comment.