Polish display confirmation state

This commit is contained in:
Gabriel Brown
2026-08-18 02:55:43 -04:00
parent 2d4b126f14
commit 67674d297e
2 changed files with 7 additions and 5 deletions
+3 -1
View File
@@ -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) {