mirror of
https://github.com/safing/portmaster
synced 2025-09-01 18:19:12 +00:00
Fix earlier bug
This commit is contained in:
parent
71615811e4
commit
9be175c238
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ func updateRegistryConfig(_ context.Context, _ interface{}) error {
|
|||
}
|
||||
|
||||
if devMode() != previousDevMode {
|
||||
registry.SetBeta(devMode())
|
||||
registry.SetDevMode(devMode())
|
||||
previousDevMode = devMode()
|
||||
changed = true
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue