From 2bdf8e088cafd02615e65e2910f8cf0a71ddfc24 Mon Sep 17 00:00:00 2001 From: Aline Gondim Santos <aline.gondimsantos@savoirfairelinux.com> Date: Wed, 23 Aug 2023 15:17:35 -0300 Subject: [PATCH] fix: missing pluginId value Change-Id: Id1b30c2b35affc3beb3dc2a5646e45c855196a82 --- src/app/settingsview/components/PluginStoreListView.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/settingsview/components/PluginStoreListView.qml b/src/app/settingsview/components/PluginStoreListView.qml index 05a982de9..02fa930fa 100644 --- a/src/app/settingsview/components/PluginStoreListView.qml +++ b/src/app/settingsview/components/PluginStoreListView.qml @@ -87,7 +87,7 @@ ColumnLayout { width: wrapper.widthProvider() * scalingFactor height: wrapper.heightProvider() * scalingFactor pluginName: Name - pluginId: + pluginId: Id pluginIcon: IconPath pluginDescription: Description pluginAuthor: Author -- GitLab