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