From 3a12fd3d842a5c2065485abd88c203b35a3cefe1 Mon Sep 17 00:00:00 2001 From: Godfrain Jacques Date: Tue, 23 Jul 2024 11:14:11 -0700 Subject: [PATCH] feat(connector)_: turn feature flag on (#15692) --- src/app/global/feature_flags.nim | 4 ++-- vendor/status-go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/global/feature_flags.nim b/src/app/global/feature_flags.nim index 83b1607432..c1fc2891ac 100644 --- a/src/app/global/feature_flags.nim +++ b/src/app/global/feature_flags.nim @@ -3,7 +3,7 @@ import os const DEFAULT_FLAG_DAPPS_ENABLED = false const DEFAULT_FLAG_SWAP_ENABLED = false -const DEFAULT_FLAG_CONNECTOR_ENABLED = false +const DEFAULT_FLAG_CONNECTOR_ENABLED = true proc boolToEnv(defaultValue: bool): string = return if defaultValue: "1" else: "0" @@ -43,4 +43,4 @@ QtObject: return self.connectorEnabled QtProperty[bool] connectorEnabled: - read = getConnectorEnabled \ No newline at end of file + read = getConnectorEnabled diff --git a/vendor/status-go b/vendor/status-go index cef02d31b8..30fee0cfd3 160000 --- a/vendor/status-go +++ b/vendor/status-go @@ -1 +1 @@ -Subproject commit cef02d31b80f9a066b4d0ee0efbd78ed21bb5237 +Subproject commit 30fee0cfd390b105a450e911e667311b582e67d0