mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-03 16:15:13 +00:00
Don't always enable screencast logs.
This commit is contained in:
@@ -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, [=] {
|
||||||
|
Reference in New Issue
Block a user