[skip ci] Update the no wifi message to include VPN

This commit is contained in:
nythepegasus
2024-05-06 18:52:56 -04:00
committed by ny
parent 36ceec3ae7
commit 4365ba0f1a
2 changed files with 2 additions and 8 deletions

View File

@@ -157,7 +157,7 @@ final class MyAppsViewController: UICollectionViewController
}
var minimuxerStatus: Bool {
guard minimuxer.ready() else {
ToastView(error: (OperationError.noWiFi as NSError).withLocalizedTitle("No WiFi!")).show(in: self)
ToastView(error: (OperationError.noWiFi as NSError).withLocalizedTitle("No WiFi or VPN!")).show(in: self)
return false
}
return true