mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-29 02:07:39 +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
|
@override
|
||||||
set config(NotesFolderConfig conf) {
|
set config(NotesFolderConfig conf) {
|
||||||
|
assert(false, "A Virtual Notes Folder Config cannot change");
|
||||||
conf.save();
|
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