mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Fix build without QT_IMPLICIT_QCHAR_CONSTRUCTION
This commit is contained in:
@@ -434,7 +434,7 @@ void CloudManager::requestLanguageAndSwitch(
|
||||
|
||||
void CloudManager::sendSwitchingToLanguageRequest() {
|
||||
if (!_api) {
|
||||
_switchingToLanguageId = -1;
|
||||
_switchingToLanguageRequest = -1;
|
||||
return;
|
||||
}
|
||||
_api->request(_switchingToLanguageRequest).cancel();
|
||||
|
||||
Reference in New Issue
Block a user