From 215f43492c6adbd951f3103c2d0e9fde6bdd56ec Mon Sep 17 00:00:00 2001
From: agsantos <aline.gondimsantos@savoirfairelinux.com>
Date: Wed, 17 Mar 2021 13:11:36 -0400
Subject: [PATCH] settings: fix plugin preferences opening

GitLab: #338
Change-Id: I0bc0026e0c515b782675892c0e652b53b8de4e1a
---
 src/settingsview/components/PluginItemDelegate.qml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/settingsview/components/PluginItemDelegate.qml b/src/settingsview/components/PluginItemDelegate.qml
index a50966fc7..8db65967e 100644
--- a/src/settingsview/components/PluginItemDelegate.qml
+++ b/src/settingsview/components/PluginItemDelegate.qml
@@ -49,6 +49,7 @@ ItemDelegate {
             root.height -= pluginListPreferencesView.childrenRect.height
             pluginListPreferencesView.visible = !pluginListPreferencesView.visible
         }
+        PluginAdapter.preferenceChanged(pluginId)
     }
 
     Connections {
-- 
GitLab