feat(@desktop/wallet): Swap:: Remove feature flag
This commit is contained in:
parent
78fbc443c8
commit
35c765649f
|
@ -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 =
|
||||
|
|
Loading…
Reference in New Issue