mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-10-15 14:26:04 +00:00
half warnings fixed, half disabled for mac build, custom openssl build used, fixed notify activate, bold fonts etc
This commit is contained in:
@@ -483,7 +483,7 @@ namespace MTP {
|
||||
if (!started) return;
|
||||
|
||||
int32 m = mainSession->getDC();
|
||||
if (!dc || m == dc || m && fromZeroOnly) return;
|
||||
if (!dc || m == dc || (m && fromZeroOnly)) return;
|
||||
mtpSetDC(dc);
|
||||
mainSession = _mtp_internal::getSession(dc);
|
||||
}
|
||||
|
Reference in New Issue
Block a user