mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-07-18 03:10:28 +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;
|
|
}
|