Polish display confirmation state
This commit is contained in:
@@ -122,7 +122,9 @@ Singleton {
|
||||
root.pendingVerified = true;
|
||||
verifyTimer.stop();
|
||||
root.lastError = "";
|
||||
} else if (!root.awaitingConfirmation) {
|
||||
} else if (!root.awaitingConfirmation && (
|
||||
root.lastError === "Could not read the connected displays."
|
||||
|| root.lastError === "The display list could not be read.")) {
|
||||
root.lastError = "";
|
||||
}
|
||||
} catch (error) {
|
||||
|
||||
Reference in New Issue
Block a user