cake_wallet/lib/utils/feature_flag.dart
Omar Hatem 56619b8546
v4.10.5 and v1.7.5 (#1183)
* Update app version and release notes

* Add Tor to this release

* Minor readability enhancement [skip ci]

* Temporarily disable Tor feature
2023-11-20 19:40:47 +02:00

5 lines
No EOL
159 B
Dart

class FeatureFlag {
static const bool isCakePayEnabled = false;
static const bool isExolixEnabled = false;
static const bool isInAppTorEnabled = false;
}