mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-28 09:47:35 +08:00
VirtualNotesFolder's config cannot change
We haven't exposed any way to change it.
This commit is contained in:
@ -40,6 +40,7 @@ class VirtualNotesFolder with NotesFolderNotifier implements NotesFolder {
|
||||
|
||||
@override
|
||||
set config(NotesFolderConfig conf) {
|
||||
assert(false, "A Virtual Notes Folder Config cannot change");
|
||||
conf.save();
|
||||
}
|
||||
}
|
||||
|
3
lib/features.dart
Normal file
3
lib/features.dart
Normal file
@ -0,0 +1,3 @@
|
||||
class Features {
|
||||
static bool perFolderConfig = true;
|
||||
}
|
Reference in New Issue
Block a user