mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-09-16 00:14:08 +08:00

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.
4 lines
58 B
Dart
4 lines
58 B
Dart
class Features {
|
|
static bool perFolderConfig = false;
|
|
}
|