mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
[UX] FileManager menu: split Settings tab into 2 tabs (#3836)
This commit is contained in:
@@ -337,7 +337,7 @@ function TouchMenuBar:switchToTab(index)
|
||||
-- a little safety check
|
||||
-- don't auto-activate a non-existent index
|
||||
if index > #self.icon_widgets then
|
||||
index = 1
|
||||
index = #self.icon_widgets
|
||||
end
|
||||
self.icon_widgets[index].callback()
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user