should fix some issues with the settings at launch

This commit is contained in:
iAmAsval 2021-06-05 08:06:44 +02:00
parent aba44d5ea5
commit a42a3fc6fd
3 changed files with 5 additions and 4 deletions

View File

@ -6,13 +6,14 @@
<UseWPF>true</UseWPF>
<ApplicationIcon>FModel.ico</ApplicationIcon>
<Version>4.0.0</Version>
<AssemblyVersion>4.0.0.1</AssemblyVersion>
<FileVersion>4.0.0.1</FileVersion>
<AssemblyVersion>4.0.0.2</AssemblyVersion>
<FileVersion>4.0.0.2</FileVersion>
<IsPackable>false</IsPackable>
<IsPublishable>true</IsPublishable>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<PublishSingleFile>true</PublishSingleFile>
<IncludeNativeLibrariesForSelfExtract>true</IncludeNativeLibrariesForSelfExtract>
<StartupObject>FModel.App</StartupObject>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">

View File

@ -303,7 +303,7 @@ namespace FModel.Settings
set => SetProperty(ref _customDirectories, value);
}
private DateTime _lastAesReload = DateTime.Today;
private DateTime _lastAesReload = DateTime.Today.AddDays(-1);
public DateTime LastAesReload
{
get => _lastAesReload;

View File

@ -7,7 +7,7 @@
## Installation
To use FModel, you need to have **[.NET 5](https://dotnet.microsoft.com/download/dotnet/thank-you/runtime-desktop-5.0.6-windows-x64-installer)** installed on your computer
* **[Download](https://github.com/iAmAsval/FModel/releases/latest/download/FModel.zip)** the latest release.
* **[Download](https://github.com/iAmAsval/FModel/releases/download/4.0.0.1/FModel.zip)** the latest release.
* **Extract FModel.exe** somewhere on your PC and launch it
## Authors