mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
style: move functions around
This commit is contained in:
@@ -16,18 +16,18 @@ local ReaderMenu = InputContainer:new{
|
||||
|
||||
function ReaderMenu:init()
|
||||
self.tab_item_table = {
|
||||
setting = {
|
||||
icon = "resources/icons/appbar.settings.png",
|
||||
},
|
||||
navi = {
|
||||
icon = "resources/icons/appbar.page.corner.bookmark.png",
|
||||
},
|
||||
info = {
|
||||
icon = "resources/icons/appbar.pokeball.png",
|
||||
},
|
||||
typeset = {
|
||||
icon = "resources/icons/appbar.page.text.png",
|
||||
},
|
||||
setting = {
|
||||
icon = "resources/icons/appbar.settings.png",
|
||||
},
|
||||
info = {
|
||||
icon = "resources/icons/appbar.pokeball.png",
|
||||
},
|
||||
plugins = {
|
||||
icon = "resources/icons/appbar.tools.png",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user