Skip to content

Commit 549a875

Browse files
committed
[DDW-1081] Relax hardware requirements for selfnode/local-cluster (possibly running in VM)
1 parent 8530771 commit 549a875

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source/renderer/app/containers/knownIssues/RTSFlagsRecommendationOverlayContainer.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ class RTSFlagsRecommendationOverlayContainer extends Component<Props> {
2323
};
2424
shouldRender = () => {
2525
if (
26+
// Relax hardware requirements for selfnode/local-cluster (possibly running in VM):
27+
this.props.stores.networkStatus.environment.isSelfnode ||
2628
this.props.stores.networkStatus.environment.hasMetHardwareRequirements ||
2729
!this.props.stores.profile.areTermsOfUseAccepted ||
2830
this.props.stores.networkStatus.isRTSFlagsModeEnabled

0 commit comments

Comments
 (0)