mirror of
https://github.com/safing/portmaster
synced 2025-09-04 11:39:29 +00:00
Update system resolver profile update date
This commit is contained in:
parent
fc2375e557
commit
707602fae0
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ func specialProfileNeedsReset(profile *Profile) bool {
|
||||||
|
|
||||||
switch profile.ID {
|
switch profile.ID {
|
||||||
case SystemResolverProfileID:
|
case SystemResolverProfileID:
|
||||||
return canBeUpgraded(profile, "10.5.2021")
|
return canBeUpgraded(profile, "17.5.2021")
|
||||||
default:
|
default:
|
||||||
// Not a special profile or no upgrade available yet.
|
// Not a special profile or no upgrade available yet.
|
||||||
return false
|
return false
|
||||||
|
|
Loading…
Add table
Reference in a new issue