mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-07-15 07:56:11 +08:00

This will show all the files and not just the "notes". This way the user can easily figure out why a file isn't included in the list of notes. It's currently disabled by default as it clearly needs a lot more work.
5 lines
96 B
Dart
5 lines
96 B
Dart
class Features {
|
|
static bool perFolderConfig = false;
|
|
static bool showFileSystem = false;
|
|
}
|