mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-04 01:39:23 +00:00
enable swap
This commit is contained in:
parent
2c86520f37
commit
7d5cb72884
1 changed files with 3 additions and 1 deletions
|
@ -49,7 +49,9 @@ const _appDataDirName = "campfire";
|
|||
const _shortDescriptionText = "Your privacy. Your wallet. Your Firo.";
|
||||
const _commitHash = "$BUILT_COMMIT_HASH";
|
||||
|
||||
const Set<AppFeature> _features = {};
|
||||
const Set<AppFeature> _features = {
|
||||
AppFeature.swap
|
||||
};
|
||||
|
||||
const ({String light, String dark})? _appIconAsset = (
|
||||
light: "assets/in_app_logo_icons/campfire-icon_light.svg",
|
||||
|
|
Loading…
Reference in a new issue