From 45e6d71da1e2559ac6f0739fd2b9bf8f9affc7ce Mon Sep 17 00:00:00 2001 From: "zaccaria.majid" Date: Fri, 15 Dec 2023 16:12:28 +0100 Subject: [PATCH] fix scritta tempo scaduto --- MP-TAB-SERV/Components/CmpFooter.razor | 14 +++++++++----- MP-TAB-SERV/MP-TAB-SERV.csproj | 2 +- MP-TAB-SERV/Resources/ChangeLog.html | 2 +- MP-TAB-SERV/Resources/VersNum.txt | 2 +- MP-TAB-SERV/Resources/manifest.xml | 2 +- 5 files changed, 13 insertions(+), 9 deletions(-) diff --git a/MP-TAB-SERV/Components/CmpFooter.razor b/MP-TAB-SERV/Components/CmpFooter.razor index bfefb5f5..bb526379 100644 --- a/MP-TAB-SERV/Components/CmpFooter.razor +++ b/MP-TAB-SERV/Components/CmpFooter.razor @@ -5,12 +5,16 @@
@if (typeScadLogin > 0) { - - } - else if(CurrExpVal == 0) - { -
TIMER SCADUTO!
+ @if (CurrExpVal < 0) + { +
TIMER SCADUTO!
+ } + else + { + + } } +
@($"{DateTime.Now:HH:mm:ss}") | Egalware diff --git a/MP-TAB-SERV/MP-TAB-SERV.csproj b/MP-TAB-SERV/MP-TAB-SERV.csproj index 75865b1f..930c8c60 100644 --- a/MP-TAB-SERV/MP-TAB-SERV.csproj +++ b/MP-TAB-SERV/MP-TAB-SERV.csproj @@ -3,7 +3,7 @@ net6.0 enable - 6.16.2312.1514 + 6.16.2312.1515 enable MP_TAB_SERV diff --git a/MP-TAB-SERV/Resources/ChangeLog.html b/MP-TAB-SERV/Resources/ChangeLog.html index bb9afe0d..3607a83f 100644 --- a/MP-TAB-SERV/Resources/ChangeLog.html +++ b/MP-TAB-SERV/Resources/ChangeLog.html @@ -1,6 +1,6 @@ Modulo MAPOSPEC -

Versione: 6.16.2312.1514

+

Versione: 6.16.2312.1515


Note di rilascio: