mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-05-18 21:36:56 -04:00
Remove indexer rules from ephemeral indexer (#2319)
remove indexer rules from ephemeral indexer
This commit is contained in:
@@ -124,7 +124,7 @@ pub fn mount() -> AlphaRouter<Ctx> {
|
||||
};
|
||||
|
||||
let rules = chain_optional_iter(
|
||||
[IndexerRule::from(no_os_protected())],
|
||||
[],
|
||||
[(!with_hidden_files).then(|| IndexerRule::from(no_hidden()))],
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user