mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-08-04 19:03:42 +00:00
Support box->setTitle(v::text::data, context).
This commit is contained in:
@@ -495,7 +495,7 @@ ConfirmContactBox::ConfirmContactBox(
|
||||
}
|
||||
|
||||
void ConfirmContactBox::prepare() {
|
||||
setTitle(rpl::single(u"Confirmation"_q)); // #TODO hard_lang
|
||||
setTitle(u"Confirmation"_q); // #TODO hard_lang
|
||||
|
||||
auto maxWidth = 0;
|
||||
if (_comment) {
|
||||
|
||||
Reference in New Issue
Block a user