mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-08-06 03:42:56 +00:00
Remove some usages of App::main().
This commit is contained in:
@@ -309,9 +309,9 @@ EditCaptionBox::EditCaptionBox(
|
||||
_controller->session().settings().replaceEmojiValue());
|
||||
_field->setMarkdownReplacesEnabled(rpl::single(true));
|
||||
_field->setEditLinkCallback(
|
||||
DefaultEditLinkCallback(&_controller->session(), _field));
|
||||
DefaultEditLinkCallback(_controller, _field));
|
||||
|
||||
InitSpellchecker(&_controller->session(), _field);
|
||||
InitSpellchecker(_controller, _field);
|
||||
|
||||
auto r = object_ptr<Ui::SlideWrap<Ui::Checkbox>>(
|
||||
this,
|
||||
|
||||
Reference in New Issue
Block a user