From c46a0e77257c55a99d843c4a102e6b4bdb72b69d Mon Sep 17 00:00:00 2001 From: Godfrain Jacques Date: Fri, 2 Aug 2024 09:12:00 -0700 Subject: [PATCH] Enable dapps feature flag --- src/app/global/feature_flags.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/global/feature_flags.nim b/src/app/global/feature_flags.nim index 54f2005216..038ca2d3cc 100644 --- a/src/app/global/feature_flags.nim +++ b/src/app/global/feature_flags.nim @@ -1,7 +1,7 @@ import NimQml import os -const DEFAULT_FLAG_DAPPS_ENABLED = false +const DEFAULT_FLAG_DAPPS_ENABLED = true const DEFAULT_FLAG_SWAP_ENABLED = true const DEFAULT_FLAG_CONNECTOR_ENABLED = true