From 35c765649fc7f4da0f6d89eb9d41f5696ee9399f Mon Sep 17 00:00:00 2001 From: Khushboo Mehta Date: Mon, 22 Jul 2024 13:42:32 +0200 Subject: [PATCH] feat(@desktop/wallet): Swap:: Remove 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 c1fc2891ac..54f2005216 100644 --- a/src/app/global/feature_flags.nim +++ b/src/app/global/feature_flags.nim @@ -2,7 +2,7 @@ import NimQml import os const DEFAULT_FLAG_DAPPS_ENABLED = false -const DEFAULT_FLAG_SWAP_ENABLED = false +const DEFAULT_FLAG_SWAP_ENABLED = true const DEFAULT_FLAG_CONNECTOR_ENABLED = true proc boolToEnv(defaultValue: bool): string =