diff --git a/src/app/settingsview/components/PluginPreferencesListView.qml b/src/app/settingsview/components/PluginPreferencesListView.qml index 52b1ef390d48c19357ff6243b36bbc7aff6e59a1..60b2ed801d0f991c42b4ada0c5d4a2bc5f337b3c 100644 --- a/src/app/settingsview/components/PluginPreferencesListView.qml +++ b/src/app/settingsview/components/PluginPreferencesListView.qml @@ -61,12 +61,7 @@ Rectangle { function setPreference(pluginId, preferenceKey, preferenceNewValue) { - if (isLoaded) { - PluginModel.unloadPlugin(pluginId) - PluginModel.setPluginPreference(pluginId, accountId, preferenceKey, preferenceNewValue) - PluginModel.loadPlugin(pluginId) - } else - PluginModel.setPluginPreference(pluginId, accountId, preferenceKey, preferenceNewValue) + PluginModel.setPluginPreference(pluginId, accountId, preferenceKey, preferenceNewValue) } ColumnLayout {