ui(client): migrate to AvaloniaUI

This commit is contained in:
Pascal
2025-11-06 07:42:44 +01:00
parent 554304c801
commit a89145071d
14 changed files with 290 additions and 2354 deletions

View File

@@ -7,10 +7,10 @@ public class AppConfig : ISettingsNode, ISettingsIdentifier
{
public static string Identifier => "pilz.appconfig";
public string LastMinecraftProfilePath { get; set; }
public string? LastMinecraftProfilePath { get; set; }
[JsonIgnore, Obsolete]
public string ConfigFilePath { get; private set; }
public string? ConfigFilePath { get; private set; }
[JsonProperty("ConfigFilePath"), Obsolete]
private string ConfigFilePathLegacy
{