2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Improved display some api errors in non-primary windows.

This commit is contained in:
23rd
2022-06-20 14:39:48 +03:00
parent d1c1b687c7
commit 1b754d14ae
3 changed files with 65 additions and 27 deletions

View File

@@ -609,7 +609,7 @@ void ActivateWindow(not_null<SessionController*> controller);
class Show : public Ui::Show {
public:
explicit Show(not_null<SessionNavigation*> navigation);
explicit Show(not_null<Controller*> window);
explicit Show(Controller *window);
~Show();
void showBox(
object_ptr<Ui::BoxContent> content,