Skip to content

Commit

Permalink
hide add, filter option from update plugins page
Browse files Browse the repository at this point in the history
  • Loading branch information
bajrangCoder committed Nov 23, 2024
1 parent 769dc13 commit 384be75
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pages/plugins/plugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,8 @@ export default function PluginsInclude(updates) {

if (updates) {
$page.get(".options").style.display = "none";
$add.style.display = "none";
$filter.style.display = "none";
$page.settitle(strings.update);
getInstalledPlugins(updates).then(() => {
render("installed");
Expand Down

0 comments on commit 384be75

Please sign in to comment.