mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
comment out ImageWidget until it gets fixed #112
This commit is contained in:
@@ -13,9 +13,9 @@ function InfoMessage:show(text)
|
||||
background = 0,
|
||||
HorizontalGroup:new({
|
||||
align = "center",
|
||||
ImageWidget:new({
|
||||
file = "resources/info-i.png"
|
||||
}),
|
||||
-- ImageWidget:new({
|
||||
-- file = "resources/info-i.png"
|
||||
-- }),
|
||||
Widget:new({
|
||||
dimen = { w = 10, h = 0 }
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user