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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user