Add library filter for trackers

This commit is contained in:
schroda
2024-03-29 00:45:38 +01:00
parent 511b1f7c5e
commit 816cbee145
6 changed files with 49 additions and 6 deletions
@@ -31,6 +31,7 @@ export const DefaultLibraryOptions: LibraryOptions = {
sortDesc: undefined,
sorts: undefined,
unread: undefined,
tracker: {},
showTabSize: false,
};