mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-28 23:42:51 -05:00
net: lose fail tracking
This commit is contained in:
@@ -270,12 +270,8 @@ Singleton {
|
|||||||
connectionStatus = "cancelled"
|
connectionStatus = "cancelled"
|
||||||
pendingConnectionSSID = ""
|
pendingConnectionSSID = ""
|
||||||
} else if (isBadCredentials) {
|
} else if (isBadCredentials) {
|
||||||
const failedSSID = pendingConnectionSSID
|
|
||||||
connectionStatus = "invalid_password"
|
connectionStatus = "invalid_password"
|
||||||
pendingConnectionSSID = ""
|
pendingConnectionSSID = ""
|
||||||
Qt.callLater(() => {
|
|
||||||
connectToWifi(failedSSID)
|
|
||||||
})
|
|
||||||
} else {
|
} else {
|
||||||
if (connectionError) {
|
if (connectionError) {
|
||||||
ToastService.showError(I18n.tr("Failed to connect to ") + pendingConnectionSSID)
|
ToastService.showError(I18n.tr("Failed to connect to ") + pendingConnectionSSID)
|
||||||
|
|||||||
Reference in New Issue
Block a user