From d0c1f62b6c6ec82ee35ebb68500ae412966d3836 Mon Sep 17 00:00:00 2001 From: hius07 <62179190+hius07@users.noreply.github.com> Date: Fri, 23 Feb 2024 08:48:55 +0200 Subject: [PATCH] reader: favorites is the default collection --- reader.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reader.lua b/reader.lua index aff6933c2..d4769f5b0 100755 --- a/reader.lua +++ b/reader.lua @@ -273,7 +273,7 @@ else if start_with == "history" then FileManager.instance.history:onShowHist() elseif start_with == "favorites" then - FileManager.instance.collections:onShowColl("favorites") + FileManager.instance.collections:onShowColl() elseif start_with == "folder_shortcuts" then FileManager.instance.folder_shortcuts:onShowFolderShortcutsDialog() end