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();
-
+
Last update: just now