mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Reduced width of box for RTMP info.
This commit is contained in:
parent
00c4ab197d
commit
319d661ce6
2 changed files with 2 additions and 2 deletions
|
@ -2401,7 +2401,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
||||||
"lng_group_call_rtmp_key_copy" = "Copy Stream Key";
|
"lng_group_call_rtmp_key_copy" = "Copy Stream Key";
|
||||||
"lng_group_call_rtmp_key_copied" = "Stream Key copied to clipboard.";
|
"lng_group_call_rtmp_key_copied" = "Stream Key copied to clipboard.";
|
||||||
"lng_group_call_rtmp_key_warning" = "**Never share your Stream Key with anyone or show it on stream!**";
|
"lng_group_call_rtmp_key_warning" = "**Never share your Stream Key with anyone or show it on stream!**";
|
||||||
"lng_group_call_rtmp_info" = "To stream video with another app, enter these Server URL and Stream Key in your streaming app.\n\nOnce you start broadcasting in your streaming app, tap Start Streaming below";
|
"lng_group_call_rtmp_info" = "To stream video with another app, enter these Server URL and Stream Key in your streaming app.\n\nOnce you start broadcasting in your streaming app, tap Start Streaming below.";
|
||||||
"lng_group_call_rtmp_start" = "Start Streaming";
|
"lng_group_call_rtmp_start" = "Start Streaming";
|
||||||
"lng_group_call_rtmp_revoke" = "Revoke Stream Key";
|
"lng_group_call_rtmp_revoke" = "Revoke Stream Key";
|
||||||
"lng_group_call_rtmp_revoke_sure" = "Are you sure you want to revoke your Server URL and Stream Key?";
|
"lng_group_call_rtmp_revoke_sure" = "Are you sure you want to revoke your Server URL and Stream Key?";
|
||||||
|
|
|
@ -67,7 +67,7 @@ void StartWithBox(
|
||||||
|
|
||||||
box->addButton(tr::lng_group_call_rtmp_start(), done);
|
box->addButton(tr::lng_group_call_rtmp_start(), done);
|
||||||
box->addButton(tr::lng_cancel(), [=] { box->closeBox(); });
|
box->addButton(tr::lng_cancel(), [=] { box->closeBox(); });
|
||||||
box->setWidth(st::infoDesiredWidth);
|
box->setWidth(st::boxWideWidth);
|
||||||
{
|
{
|
||||||
const auto top = box->addTopButton(st::infoTopBarMenu);
|
const auto top = box->addTopButton(st::infoTopBarMenu);
|
||||||
top->setClickedCallback([=] {
|
top->setClickedCallback([=] {
|
||||||
|
|
Loading…
Add table
Reference in a new issue