mirror of
https://github.com/Qz3rK/tdesktop.git
synced 2026-07-03 14:15:08 +02:00
Removed Ui::show from classes that have pointer to Controller.
This commit is contained in:
@@ -1154,7 +1154,8 @@ void MainWindow::createGlobalMenu() {
|
||||
return;
|
||||
}
|
||||
|
||||
Ui::show(PrepareContactsBox(sessionController()));
|
||||
sessionController()->show(
|
||||
PrepareContactsBox(sessionController()));
|
||||
}));
|
||||
|
||||
psAddContact = tools->addAction(
|
||||
|
||||
Reference in New Issue
Block a user