mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-11-01 01:47:41 +00:00
56619b8546
* Update app version and release notes * Add Tor to this release * Minor readability enhancement [skip ci] * Temporarily disable Tor feature
5 lines
No EOL
159 B
Dart
5 lines
No EOL
159 B
Dart
class FeatureFlag {
|
|
static const bool isCakePayEnabled = false;
|
|
static const bool isExolixEnabled = false;
|
|
static const bool isInAppTorEnabled = false;
|
|
} |