From a9144f915f01a169df7c32ad7c8e4ef53b7135c5 Mon Sep 17 00:00:00 2001 From: Patrick Pacher Date: Mon, 27 Dec 2021 10:35:55 +0100 Subject: [PATCH] Move network rating config key to stable --- status/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/status/config.go b/status/config.go index f6a7efc0..26a9b4bb 100644 --- a/status/config.go +++ b/status/config.go @@ -14,7 +14,7 @@ func registerConfig() error { Description: "Enables the Network Rating System, which allows you to quickly increase security and privacy throughout the settings by changing your the network rating level in the top left. Please note that this feature is now in the sunset phase and will be replaced by a superior and easier to understand system in the future.", OptType: config.OptTypeBool, ExpertiseLevel: config.ExpertiseLevelExpert, - ReleaseLevel: config.ReleaseLevelExperimental, + ReleaseLevel: config.ReleaseLevelStable, DefaultValue: false, Annotations: config.Annotations{ config.DisplayOrderAnnotation: 514,