Skip to content

Commit 384be75

Browse files
committed
hide add, filter option from update plugins page
1 parent 769dc13 commit 384be75

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/pages/plugins/plugins.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,8 @@ export default function PluginsInclude(updates) {
147147

148148
if (updates) {
149149
$page.get(".options").style.display = "none";
150+
$add.style.display = "none";
151+
$filter.style.display = "none";
150152
$page.settitle(strings.update);
151153
getInstalledPlugins(updates).then(() => {
152154
render("installed");

0 commit comments

Comments
 (0)