mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-09-10 13:08:24 +08:00
5 lines
105 B
Dart
5 lines
105 B
Dart
class Features {
|
|
static bool perFolderConfig = false;
|
|
static bool purchaseProModeAvailable = true;
|
|
}
|