mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Start with: add Favorites
This commit is contained in:
@@ -292,6 +292,13 @@ if ARGV[argidx] and ARGV[argidx] ~= "" then
|
||||
UIManager:nextTick(function()
|
||||
FileManagerHistory:onShowHist(last_file)
|
||||
end)
|
||||
elseif start_with == "favorites" then
|
||||
local FileManagerCollection = require("apps/filemanager/filemanagercollection")
|
||||
UIManager:nextTick(function()
|
||||
FileManagerCollection:new{
|
||||
ui = FileManager.instance,
|
||||
}:onShowColl("favorites")
|
||||
end)
|
||||
elseif start_with == "folder_shortcuts" then
|
||||
local FileManagerShortcuts = require("apps/filemanager/filemanagershortcuts")
|
||||
UIManager:nextTick(function()
|
||||
|
||||
Reference in New Issue
Block a user