From e952721dc766b39e8abbd390a78d56e5ff3470d7 Mon Sep 17 00:00:00 2001 From: Zack Spear Date: Mon, 21 Jul 2025 13:27:16 -0700 Subject: [PATCH] fix: MoverSettings move now button display --- emhttp/plugins/dynamix/MoverSettings.page | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/emhttp/plugins/dynamix/MoverSettings.page b/emhttp/plugins/dynamix/MoverSettings.page index 930940fe3..ecd256284 100644 --- a/emhttp/plugins/dynamix/MoverSettings.page +++ b/emhttp/plugins/dynamix/MoverSettings.page @@ -27,6 +27,9 @@ $cron = explode(' ',$var['shareMoverSchedule']); $move = $cron[2]!='*' ? 3 : ($cron[4]!='*' ? 2 : (substr($cron[1],0,1)!='*' ? 1 : 0)); $mode = ['Hourly','Daily','Weekly','Monthly']; $days = ['Sunday','Monday','Tuesday','Wednesday','Thursday','Friday','Saturday']; + +$showMoverButton = $setup && $pool_devices; +$moverRunning = file_exists('/var/run/mover.pid'); ?>