mirror of
https://github.com/safing/portmaster
synced 2025-09-01 18:19:12 +00:00
Postpone ui profile upgrade deadline
This commit is contained in:
parent
74bf63bde9
commit
a54b095c95
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ func specialProfileNeedsReset(profile *Profile) bool {
|
|||
case SystemResolverProfileID:
|
||||
return canBeUpgraded(profile, "1.6.2021")
|
||||
case PortmasterAppProfileID:
|
||||
return canBeUpgraded(profile, "1.9.2021")
|
||||
return canBeUpgraded(profile, "8.9.2021")
|
||||
default:
|
||||
// Not a special profile or no upgrade available yet.
|
||||
return false
|
||||
|
|
Loading…
Add table
Reference in a new issue