Lua: Silence soft assert

Change-Id: I69a1b9b1dd4099beccea26c16f5aceb5a9dbf5ff
Reviewed-by: Marcus Tillmanns <marcus.tillmanns@qt.io>
This commit is contained in:
Christian Stenger
2024-08-06 11:52:58 +02:00
parent ac03c58c85
commit 35b36b37d4

View File

@@ -74,6 +74,7 @@ void addFetchModule()
Module()
{
setSettingsGroup("Lua.Fetch");
setAutoApply(false);
pluginsAllowedToFetch.setSettingsKey("pluginsAllowedToFetch");
pluginsAllowedToFetch.setLabelText("Plugins allowed to fetch data from the internet");