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

@@ -60,6 +60,15 @@ namespace ModpackUpdater.My.Resources {
}
}
/// <summary>
/// Sucht eine lokalisierte Zeichenfolge, die Select the minecraft profile folder (usually named .minecraft) ähnelt.
/// </summary>
internal static string FileDialog_SelectMinecraftProfileFolder {
get {
return ResourceManager.GetString("FileDialog_SelectMinecraftProfileFolder", resourceCulture);
}
}
/// <summary>
/// Sucht eine lokalisierte Zeichenfolge, die A new version of this program is available. If you confirm, the update will be installed automatically. It takes just a few seconds. Continue? ähnelt.
/// </summary>