mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 06:07:06 +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 = {
|
||||
.threads = tgcalls::StaticThreads::getThreads(),
|
||||
.config = tgcalls::GroupConfig{
|
||||
.need_log = Logs::DebugEnabled(),
|
||||
},
|
||||
.networkStateUpdated = [=](tgcalls::GroupNetworkState networkState) {
|
||||
crl::on_main(weak, [=] {
|
||||
|
|
Loading…
Add table
Reference in a new issue