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 =