1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 21:42:51 -05:00

net: lose fail tracking

This commit is contained in:
bbedward
2025-10-25 02:00:22 -04:00
parent 454d8bdc88
commit 08e6e22046

View File

@@ -270,12 +270,8 @@ Singleton {
connectionStatus = "cancelled"
pendingConnectionSSID = ""
} else if (isBadCredentials) {
const failedSSID = pendingConnectionSSID
connectionStatus = "invalid_password"
pendingConnectionSSID = ""
Qt.callLater(() => {
connectToWifi(failedSSID)
})
} else {
if (connectionError) {
ToastService.showError(I18n.tr("Failed to connect to ") + pendingConnectionSSID)