feat: adjust search options defaults (include archived notes by default)

This commit is contained in:
Baptiste Grob
2021-04-15 16:12:57 +02:00
parent 5028388096
commit b56ba17867

View File

@@ -4,7 +4,7 @@ import { WebApplication } from "../application";
export class SearchOptionsState {
includeProtectedContents = false;
includeArchived = false;
includeArchived = true;
includeTrashed = false;
constructor(