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 FreeFeatureFlags implements FeatureFlags {
|
||||
const FreeFeatureFlags();
|
||||
|
||||
@override
|
||||
bool get canEditCardColors => false;
|
||||
|
||||
@override
|
||||
bool get canEditCardHeight => false;
|
||||
|
||||
@override
|
||||
bool get canEditCardTextColor => false;
|
||||
|
||||
@override
|
||||
int get maxAccounts => 3;
|
||||
}
|
||||
Reference in New Issue
Block a user