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