From 30e8a1db55c58311eb86e55ecb1f52794038d992 Mon Sep 17 00:00:00 2001 From: Alessandro Portale Date: Mon, 16 Oct 2023 23:41:55 +0200 Subject: [PATCH] ScreenRecorder: Switch from Experimental to DisabledByDefault Trivial plugins may apparently skip the experimental state on their introduction. At least according to the mutilple request towards me to do so with the ScreenRecorder plugin. Change-Id: I1e3d911ee79548d0fd72d3af0e3a568f6ab88d5a Reviewed-by: Eike Ziller --- src/plugins/screenrecorder/ScreenRecorder.json.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/screenrecorder/ScreenRecorder.json.in b/src/plugins/screenrecorder/ScreenRecorder.json.in index 2805bf7604b..87391fd4380 100644 --- a/src/plugins/screenrecorder/ScreenRecorder.json.in +++ b/src/plugins/screenrecorder/ScreenRecorder.json.in @@ -12,7 +12,7 @@ "", "Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html." ], - "Experimental" : true, + "DisabledByDefault" : true, "Description" : "Screen recording.", "Url" : "http://www.qt.io", ${IDE_PLUGIN_DEPENDENCIES}