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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user