Fix return value of Downloader::login

https://github.com/Sude-/lgogdownloader/issues/194
This commit is contained in:
Sude 2021-03-30 16:17:31 +03:00
parent e43d1c46d9
commit 36181afb4d

View File

@ -291,7 +291,7 @@ int Downloader::login()
} }
} }
} }
return 0; return 1;
} }
void Downloader::checkNotifications() void Downloader::checkNotifications()