feat(@desktop/wallet): Swap:: Remove feature flag

This commit is contained in:
Khushboo Mehta 2024-07-22 13:42:32 +02:00 committed by dlipicar
parent 78fbc443c8
commit 35c765649f
1 changed files with 1 additions and 1 deletions

View File

@ -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 =