fix: Only refresh plugins on plugin page.
All checks were successful
Build Docker / Build Image (push) Successful in 49s

Also added link to auction from bids
This commit is contained in:
2025-01-29 22:50:41 +11:00
parent 76dd5a429b
commit 1962c9345e
3 changed files with 6 additions and 6 deletions

View File

@@ -1298,7 +1298,7 @@ def plugins_index():
if not account:
return redirect("/logout")
plugins = render.plugins(plugins_module.listPlugins())
plugins = render.plugins(plugins_module.listPlugins(True))
return render_template("plugins.html", account=account, sync=account_module.getNodeSync(),
wallet_status=account_module.getWalletStatus(),