mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 15:25:35 +08:00
Add warning about expire and redesign warning/error popup
Fixes Github Issue #38
This commit is contained in:
committed by
Mat Sutcliffe
parent
189bb15936
commit
1d4aa96e9b
@@ -184,7 +184,7 @@ namespace BlackCore
|
||||
ok = true;
|
||||
break;
|
||||
}
|
||||
retry = sApp->cmdLineErrorMessage(QStringLiteral("URL '%1' not reachable").arg(urlString), true);
|
||||
retry = sApp->cmdLineErrorMessage(QStringLiteral("URL '%1' not reachable").arg(urlString), "", true);
|
||||
}
|
||||
while (retry);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user