mirror of
https://github.com/safing/portmaster
synced 2025-04-22 20:09:09 +00:00
Fix online status bypass if SPN is connected
This commit is contained in:
parent
dc31400caa
commit
aade045f12
1 changed files with 1 additions and 0 deletions
|
@ -404,6 +404,7 @@ func checkOnlineStatus(ctx context.Context) {
|
|||
|
||||
if ConnectedToSPN.IsSet() {
|
||||
updateOnlineStatus(StatusOnline, nil, "connected to SPN")
|
||||
return
|
||||
}
|
||||
|
||||
// 1) check for addresses
|
||||
|
|
Loading…
Add table
Reference in a new issue