mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-06-12 05:07:46 +02:00
made sure that the retry dialog is not displayed offline
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
@ -74,6 +74,7 @@ class NetJob : public ConcurrentTask {
|
||||
|
||||
protected:
|
||||
void updateState() override;
|
||||
bool isOnline();
|
||||
|
||||
private:
|
||||
shared_qobject_ptr<QNetworkAccessManager> m_network;
|
||||
|
Reference in New Issue
Block a user