From 5a8dce8bf36d34b7bc5ff0cf58eba9837ef3efce Mon Sep 17 00:00:00 2001 From: Seddik Date: Mon, 22 Jul 2024 16:43:57 +0200 Subject: [PATCH] chg: hide top-up button on dashboard's footer dependng on the ``topUp`` variable in config.json --- public/config.sample.json | 3 ++- src/components/TheDashboardFooter.vue | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/public/config.sample.json b/public/config.sample.json index 9cc4649c..fe0ec320 100644 --- a/public/config.sample.json +++ b/public/config.sample.json @@ -75,5 +75,6 @@ }, "css": ".nav-item {color: red !important} .refresh {background-color: #009688;}", "accountsRefreshInterval": 90, - "transactionsRefreshInterval": 47 + "transactionsRefreshInterval": 47, + "topUp": true } diff --git a/src/components/TheDashboardFooter.vue b/src/components/TheDashboardFooter.vue index cd569b93..39e4fac3 100644 --- a/src/components/TheDashboardFooter.vue +++ b/src/components/TheDashboardFooter.vue @@ -44,7 +44,7 @@ -
+