mirror of
https://github.com/safing/portmaster
synced 2025-09-02 10:39:22 +00:00
Postpone update system resolver update check date
This commit is contained in:
parent
3c98b437b1
commit
aeab1de42c
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, "17.5.2021")
|
return canBeUpgraded(profile, "18.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