From 7ba14a1bd72cd129bd87c3afe29367c7e260c8ba Mon Sep 17 00:00:00 2001 From: Willy-JL <49810075+Willy-JL@users.noreply.github.com> Date: Thu, 30 May 2024 21:49:20 +0100 Subject: [PATCH] Archive: Fix favorite's parent folders thinking they are favorited too --- ChangeLog.md | 1 + applications/main/archive/helpers/archive_favorites.c | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 1e4fee00e..cb1d093ae 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -10,6 +10,7 @@ - OFW: Furi: wrap message queue in container, prepare it for epoll (by @skotopes) ### Fixed: +- Archive: Fix favorite's parent folders thinking they are favorited too (by @Willy-JL) - OFW: Accessor: disable expansion service on start (by @skotopes)