mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Don't always enable screencast logs.
This commit is contained in:
parent
dc89262461
commit
9877845b9c
1 changed files with 1 additions and 0 deletions
|
@ -2396,6 +2396,7 @@ bool GroupCall::tryCreateScreencast() {
|
||||||
tgcalls::GroupInstanceDescriptor descriptor = {
|
tgcalls::GroupInstanceDescriptor descriptor = {
|
||||||
.threads = tgcalls::StaticThreads::getThreads(),
|
.threads = tgcalls::StaticThreads::getThreads(),
|
||||||
.config = tgcalls::GroupConfig{
|
.config = tgcalls::GroupConfig{
|
||||||
|
.need_log = Logs::DebugEnabled(),
|
||||||
},
|
},
|
||||||
.networkStateUpdated = [=](tgcalls::GroupNetworkState networkState) {
|
.networkStateUpdated = [=](tgcalls::GroupNetworkState networkState) {
|
||||||
crl::on_main(weak, [=] {
|
crl::on_main(weak, [=] {
|
||||||
|
|
Loading…
Add table
Reference in a new issue