mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-08-26 10:38:13 +08:00
Remove unused feature flag
This commit is contained in:
@ -200,12 +200,6 @@ class NotesFolderFS with NotesFolderNotifier implements NotesFolder {
|
||||
}
|
||||
Set<String> pathsFound = {};
|
||||
|
||||
// Load the Folder config if exists
|
||||
/*
|
||||
if (Features.perFolderConfig) {
|
||||
_config = await NotesFolderConfig.fromFS(this);
|
||||
} */
|
||||
|
||||
_ignoredFiles = <IgnoredFile>[];
|
||||
|
||||
final dir = Directory(folderPath);
|
||||
|
@ -5,7 +5,6 @@ class Features {
|
||||
// Make the desktop version always pro, for now.
|
||||
static bool alwaysPro =
|
||||
Platform.isWindows || Platform.isLinux || Platform.isMacOS;
|
||||
static const bool perFolderConfig = false;
|
||||
|
||||
static final all = <Feature>[
|
||||
Feature.basicSearch,
|
||||
|
Reference in New Issue
Block a user