diff --git a/src/plugins/lua/bindings/fetch.cpp b/src/plugins/lua/bindings/fetch.cpp index 6f5fd535612..3b6d7fd206a 100644 --- a/src/plugins/lua/bindings/fetch.cpp +++ b/src/plugins/lua/bindings/fetch.cpp @@ -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");