Fix traduzioni
This commit is contained in:
@@ -163,7 +163,7 @@ namespace WebWindowComplex
|
||||
{
|
||||
|
||||
// Ricava il percorso assoluto sul disco del server
|
||||
string filePath = Path.Combine("Data", "Lemmi.json");
|
||||
string filePath = Path.Combine(AppDomain.CurrentDomain.BaseDirectory,"Data", "Lemmi.json");
|
||||
|
||||
if (File.Exists(filePath))
|
||||
{
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<TargetFramework>net8.0</TargetFramework>
|
||||
<Nullable>enable</Nullable>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Version>3.1.8.1412</Version>
|
||||
<Version>3.1.8.1413</Version>
|
||||
<Authors>Annamaria Sassi</Authors>
|
||||
<Company>Egalware</Company>
|
||||
<Description>Componente gestione Configurazioni avanzate Window per LUX</Description>
|
||||
@@ -223,6 +223,9 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user