Skip to content

Commit

Permalink
chore: 🚩 For the moment, this feature is not available
Browse files Browse the repository at this point in the history
  • Loading branch information
redDwarf03 committed Dec 20, 2024
1 parent 2f8794f commit 2e442bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/domain/repositories/features_flags.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import 'package:aewallet/util/universal_platform.dart';
class FeatureFlags {
static const forceLogout = false;
static const tokenFungibleCreationFeature = false;
static const dappBoard = true;
static const dappBoard = false;
static final privacyMask = !UniversalPlatform
.isWeb; // Disables PrivacyMask on web while https://github.com/flutter/engine/pull/44720 is not in Flutter stable release
}

0 comments on commit 2e442bb

Please sign in to comment.