update NetworkService.qml

This commit is contained in:
notiant
2025-10-31 17:55:53 +01:00
committed by GitHub
parent 330a8c76be
commit 54d5139346

View File

@@ -313,7 +313,7 @@ Singleton {
Logger.i("Network", "Internet connectivity:", result)
if (result === "limited" || result === "portal") {
ToastService.showWarning(I18n.tr("wifi.panel.title"), "toast.internet.limited")
ToastService.showWarning(cachedLastConnected, "toast.internet.limited")
}
else {
scan()