diff --git a/plugins/PluginBrowser/PluginEntry.qml b/plugins/PluginBrowser/PluginEntry.qml index 85fc0b91b8..eff9eb8943 100644 --- a/plugins/PluginBrowser/PluginEntry.qml +++ b/plugins/PluginBrowser/PluginEntry.qml @@ -164,7 +164,7 @@ Component { Button { id: removeButton text: "Uninstall" - visible: model.external && model.status == "installed" + visible: model.can_uninstall && model.status == "installed" enabled: !manager.isDownloading style: ButtonStyle { background: Rectangle {