reader: favorites is the default collection

reviewable/pr11485/r1
hius07 3 months ago committed by GitHub
parent f950dfff7e
commit d0c1f62b6c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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

Loading…
Cancel
Save