diff --git a/src/main/config.ts b/src/main/config.ts index 26082b90..0c9a9a75 100644 --- a/src/main/config.ts +++ b/src/main/config.ts @@ -40,7 +40,7 @@ const defaultConfigData = { files: [], appendCreationDate: false, showCompleted: true, - showHidden: true, + showHidden: false, windowMaximized: false, fileSorting: false, convertRelativeToAbsoluteDates: true, diff --git a/src/main/modules/ProcessDataRequest.ts b/src/main/modules/ProcessDataRequest.ts index 12b8a99e..6e4f330a 100644 --- a/src/main/modules/ProcessDataRequest.ts +++ b/src/main/modules/ProcessDataRequest.ts @@ -32,9 +32,7 @@ async function processDataRequest(searchString: string): Promise { {screen === 'noTodosVisible' && ( <> -

No results found for either your search input nor your selected filters

+

No results found. Check your selected filters, filter settings or search input.