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

Fix build on macOS.

This commit is contained in:
John Preston
2022-06-10 17:38:52 +04:00
parent 0e90092d59
commit bcfbdcd6ed
6 changed files with 13 additions and 13 deletions

View File

@@ -843,7 +843,7 @@ void SessionController::setupPremiumToast() {
Ui::Toast::Show(
Window::Show(this).toastParent(),
{
.text = tr::lng_premium_success(tr::now),
.text = { tr::lng_premium_success(tr::now) },
.st = &st::defaultToast,
});
}, _lifetime);