Update to Avalonia 11.2.0.

This commit is contained in:
2024-11-09 06:14:25 +00:00
parent 9a429ce439
commit 141f32d5e2
19 changed files with 51 additions and 76 deletions

View File

@@ -27,7 +27,6 @@ using System;
using System.Reactive;
using System.Threading.Tasks;
using Avalonia.Threading;
using JetBrains.Annotations;
using ReactiveUI;
using RomRepoMgr.Core.EventArgs;
using RomRepoMgr.Core.Workers;
@@ -69,8 +68,7 @@ public sealed class ExportRomsViewModel : ViewModelBase
CanClose = false;
}
[NotNull]
public string PathLabel => Localization.PathLabel;
public string PathLabel => Localization.PathLabel;
public string FolderPath { get; }
public bool ProgressVisible
@@ -181,9 +179,7 @@ public sealed class ExportRomsViewModel : ViewModelBase
set => this.RaiseAndSetIfChanged(ref _progress3IsIndeterminate, value);
}
[NotNull]
public string Title => Localization.ExportRomsTitle;
[NotNull]
public string Title => Localization.ExportRomsTitle;
public string CloseLabel => Localization.CloseLabel;
public bool CanClose