mirror of
https://github.com/koloideal/Casha.git
synced 2026-08-08 17:51:14 +03:00
step
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
import 'feature_flags.dart';
|
||||
|
||||
class VipFeatureFlags implements FeatureFlags {
|
||||
const VipFeatureFlags();
|
||||
|
||||
@override
|
||||
bool get canEditCardColors => true;
|
||||
|
||||
@override
|
||||
bool get canEditCardHeight => true;
|
||||
|
||||
@override
|
||||
bool get canEditCardTextColor => true;
|
||||
|
||||
@override
|
||||
int get maxAccounts => 8;
|
||||
}
|
||||
Reference in New Issue
Block a user