mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
chore: enable plan+billing
This commit is contained in:
parent
6be9c00127
commit
216be776c3
@ -88,6 +88,7 @@ enum FeatureFlag {
|
|||||||
|
|
||||||
bool get isOn {
|
bool get isOn {
|
||||||
if ([
|
if ([
|
||||||
|
FeatureFlag.planBilling,
|
||||||
// release this feature in version 0.5.9
|
// release this feature in version 0.5.9
|
||||||
FeatureFlag.search,
|
FeatureFlag.search,
|
||||||
// release this feature in version 0.5.6
|
// release this feature in version 0.5.6
|
||||||
@ -107,9 +108,9 @@ enum FeatureFlag {
|
|||||||
switch (this) {
|
switch (this) {
|
||||||
case FeatureFlag.collaborativeWorkspace:
|
case FeatureFlag.collaborativeWorkspace:
|
||||||
case FeatureFlag.membersSettings:
|
case FeatureFlag.membersSettings:
|
||||||
case FeatureFlag.planBilling:
|
|
||||||
case FeatureFlag.unknown:
|
case FeatureFlag.unknown:
|
||||||
return false;
|
return false;
|
||||||
|
case FeatureFlag.planBilling:
|
||||||
case FeatureFlag.search:
|
case FeatureFlag.search:
|
||||||
case FeatureFlag.syncDocument:
|
case FeatureFlag.syncDocument:
|
||||||
case FeatureFlag.syncDatabase:
|
case FeatureFlag.syncDatabase:
|
||||||
|
Loading…
Reference in New Issue
Block a user