mirror of
https://github.com/4sval/FModel.git
synced 2026-03-21 17:24:26 -05:00
should fix some issues with the settings at launch
This commit is contained in:
parent
aba44d5ea5
commit
a42a3fc6fd
|
|
@ -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'">
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user