ButtonDialogTitle: no bold font in the title by default (#8557)

This commit is contained in:
hius07
2021-12-16 14:46:53 +02:00
committed by GitHub
parent d4eecd9f00
commit 1df6ab751b
5 changed files with 2 additions and 7 deletions

View File

@@ -765,7 +765,6 @@ function ReaderLink:onGoToExternalLink(link_url)
end
dialog = ButtonDialogTitle:new{
title = text,
use_info_style = true,
buttons = buttons,
}
UIManager:show(dialog)