diff --git a/ui/index.html b/ui/index.html index 2040412c..5542185c 100644 --- a/ui/index.html +++ b/ui/index.html @@ -462,7 +462,7 @@
- If you found this project useful and want to help keep it alive, please consider buying me a coffee or supporting me on Patreon to help cover the cost of development and maintenance! Or even better, purchasing it at the full price. Thank you for your support! + If you found this project useful and want to help keep it alive, please consider buying me a coffee or supporting me on Patreon to help cover the cost of development and maintenance! Or even better, donating the actual cost of this software. Thanks for your support!
diff --git a/ui/media/js/main.js b/ui/media/js/main.js index fac388d8..744568ec 100644 --- a/ui/media/js/main.js +++ b/ui/media/js/main.js @@ -1569,7 +1569,7 @@ function updateInitialText() { const countBeforeBanner = localStorage.getItem("countBeforeBanner") || 1 if (countBeforeBanner <= 0) { - // supportBanner.classList.remove("displayNone") + supportBanner.classList.remove("displayNone") } } }