From 530afa5cb3e8fbbdb18ddfcaa95f8ba123a90a42 Mon Sep 17 00:00:00 2001 From: ransome1 Date: Sat, 23 Sep 2023 10:55:09 +0200 Subject: [PATCH] Fixed logic behind hidden todos --- src/main/config.ts | 2 +- src/main/modules/ProcessDataRequest.ts | 6 +++--- src/renderer/SplashScreen.js | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) 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.