From ba0700c9d26f5ce75bd3b1c7e8d1e646f6c312c0 Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Tue, 8 Apr 2025 11:25:48 +0200 Subject: [PATCH] TAB3: - Update gestione copertura giornox evitare freeze --- MP-TAB3/Components/InsManual.razor | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/MP-TAB3/Components/InsManual.razor b/MP-TAB3/Components/InsManual.razor index 5f0e87c8..83196ab3 100644 --- a/MP-TAB3/Components/InsManual.razor +++ b/MP-TAB3/Components/InsManual.razor @@ -25,7 +25,14 @@ @if (DayImportRatio != 1) {
- + @if (Math.Abs(DayMinTot * 60 - 1440 * 60) < 2) + { + + } + else + { + + }
} else