mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-05 09:05:14 +00:00
Removed Window::SessionController from ManageDictionariesBox.
This commit is contained in:
@@ -323,7 +323,8 @@ void InitSpellchecker(
|
||||
Spellchecker::SpellingHighlighter::CustomContextMenuItem{
|
||||
tr::lng_settings_manage_dictionaries(tr::now),
|
||||
[=] {
|
||||
controller->show(Box<Ui::ManageDictionariesBox>(controller));
|
||||
controller->show(
|
||||
Box<Ui::ManageDictionariesBox>(&controller->session()));
|
||||
}
|
||||
});
|
||||
field->setExtendedContextMenu(s->contextMenuCreated());
|
||||
|
Reference in New Issue
Block a user