Files
GitJournal/lib/features.dart
Vishesh Handa 5c04bf204e Add Tags sidebar
Fixes #114

This was there because I couldn't figure out how to configure Billing in
iOS, now that it is done, I can have the pro mode in iOS as well.
2020-05-14 16:09:22 +02:00

4 lines
58 B
Dart

class Features {
static bool perFolderConfig = false;
}