[UX] Add home button (#3263)

Tap to go HOME. Hold to set current folder as HOME. When no HOME is set yet tap also asks to set current folder as HOME.

See https://github.com/koreader/koreader/issues/2957#issuecomment-308513062

Closes #3200.
This commit is contained in:
Frans de Jonge
2017-09-27 18:15:11 +02:00
committed by GitHub
parent 6275453855
commit 0fc5a378bc
4 changed files with 86 additions and 26 deletions

View File

@@ -192,7 +192,8 @@ function TouchMenuBar:init()
height = icon_height,
scale_for_dpi = false,
callback = nil,
horizontal_padding = icon_padding,
padding_left = icon_padding,
padding_right = icon_padding,
}
table.insert(self.icon_widgets, ib)