From 5f12efe778e882322ae110827aeadb8574daedab Mon Sep 17 00:00:00 2001 From: Lytan <116470525+Lytanshade@users.noreply.github.com> Date: Sun, 11 Aug 2024 17:11:24 +1200 Subject: [PATCH] add clearcache button --- pinokio.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pinokio.js b/pinokio.js index 18b7683..72750b3 100644 --- a/pinokio.js +++ b/pinokio.js @@ -73,6 +73,10 @@ module.exports = { icon: "fa-regular fa-circle-xmark", text: "Reset", href: "reset.js", + }, { + icon: "fa-regular fa-circle-xmark", + text: "Empty cache", + href: "clearcache.js", }] } } else {