mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2025-12-06 06:36:15 +00:00
update NetworkService.qml
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user