Files
GitJournal/lib/features.dart
Vishesh Handa 267ecb7499 Implement a very basic file system view
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.
2020-06-10 00:54:15 +02:00

5 lines
96 B
Dart

class Features {
static bool perFolderConfig = false;
static bool showFileSystem = false;
}