mirror of
https://github.com/koreader/koreader.git
synced 2025-12-18 12:02:09 +01:00
7 lines
212 B
Lua
7 lines
212 B
Lua
-- ButtonDialogTitle widget is deprecated.
|
|
-- Use ButtonDialog instead.
|
|
|
|
local logger = require("logger")
|
|
logger.warn("Calling deprecated ButtonDialogTitle widget")
|
|
return require("ui/widget/buttondialog")
|