1
0
Fork 0
mirror of https://git.jami.net/savoirfairelinux/jami-client-qt.git synced 2025-09-10 12:03:18 +02:00

settings: fix plugin preferences opening

GitLab: #338
Change-Id: I0bc0026e0c515b782675892c0e652b53b8de4e1a
This commit is contained in:
agsantos 2021-03-17 13:11:36 -04:00
parent 3a157ed8eb
commit 215f43492c

View file

@ -49,6 +49,7 @@ ItemDelegate {
root.height -= pluginListPreferencesView.childrenRect.height
pluginListPreferencesView.visible = !pluginListPreferencesView.visible
}
PluginAdapter.preferenceChanged(pluginId)
}
Connections {