diff --git a/Fronter.NET/Assets/Images/main_image.png b/Fronter.NET/Assets/Images/main_image.png new file mode 100644 index 00000000..a3b3f34b Binary files /dev/null and b/Fronter.NET/Assets/Images/main_image.png differ diff --git a/Fronter.NET/Fronter.csproj b/Fronter.NET/Fronter.csproj index 177bbb3b..f52fa9b8 100644 --- a/Fronter.NET/Fronter.csproj +++ b/Fronter.NET/Fronter.csproj @@ -14,7 +14,7 @@ - + @@ -24,7 +24,7 @@ - + @@ -44,10 +44,4 @@ - - - OptionsView.axaml - Code - - diff --git a/Fronter.NET/Models/Configuration/Configuration.cs b/Fronter.NET/Models/Configuration/Configuration.cs index c7969c64..1401dfea 100644 --- a/Fronter.NET/Models/Configuration/Configuration.cs +++ b/Fronter.NET/Models/Configuration/Configuration.cs @@ -19,7 +19,7 @@ public class Configuration { public string DisplayName { get; private set; } = string.Empty; public string SourceGame { get; private set; } = string.Empty; public string TargetGame { get; private set; } = string.Empty; - public string AutoGenerateModsFrom { get; private set; } = string.Empty; + public bool CopyToTargetGameModDirectory { get; set; } = true; public bool UpdateCheckerEnabled { get; private set; } = false; public bool CheckForUpdatesOnStartup { get; private set; } = false; public string ConverterReleaseForumThread { get; private set; } = string.Empty; @@ -28,8 +28,6 @@ public class Configuration { public List RequiredFiles { get; } = new(); public List RequiredFolders { get; } = new(); public List