From 9e7d9680e1b2aea45b54130eadf8e7d2b99e4350 Mon Sep 17 00:00:00 2001 From: rubn Date: Mon, 16 Feb 2026 03:24:56 +0100 Subject: [PATCH] :construction: show refresh button --- gui/bastille_manager_gui.php | 7 ++++++- gui/bastille_manager_maintenance.php | 22 +++++++++++++++++++++- 2 files changed, 27 insertions(+), 2 deletions(-) diff --git a/gui/bastille_manager_gui.php b/gui/bastille_manager_gui.php index 6609a67..4437f10 100644 --- a/gui/bastille_manager_gui.php +++ b/gui/bastille_manager_gui.php @@ -476,6 +476,11 @@ $(window).on("load", function() { // --- INICIALIZAR EL RESIZE MANUAL --- initSimpleResize(); + + // --- VISIBILIDAD CONTROLES REFRESH --- + if (localStorage.getItem('bastille_show_refresh_button') === 'true') { + $("#refresh-controls").show(); + } }); function disableactionbuttons(ab_disable) { @@ -685,7 +690,7 @@ $document->render(); -
+