diff --git a/Aaru.Gui/ViewModels/Dialogs/AboutViewModel.cs b/Aaru.Gui/ViewModels/Dialogs/AboutViewModel.cs index 8d0c78eac..e156ac671 100644 --- a/Aaru.Gui/ViewModels/Dialogs/AboutViewModel.cs +++ b/Aaru.Gui/ViewModels/Dialogs/AboutViewModel.cs @@ -40,7 +40,6 @@ using System.Threading.Tasks; using System.Windows.Input; using Aaru.Gui.Models; using Aaru.Gui.Views.Dialogs; -using Aaru.Localization; using CommunityToolkit.Mvvm.ComponentModel; using CommunityToolkit.Mvvm.Input; using JetBrains.Annotations; @@ -100,21 +99,6 @@ public sealed partial class AboutViewModel : ViewModelBase [NotNull] public string Website => "https://aaru.app"; - [NotNull] - public string License => UI.Label_License; - - [NotNull] - public string CloseLabel => UI.ButtonLabel_Close; - - [NotNull] - public string AssembliesLibraryText => UI.Title_Library; - - [NotNull] - public string AssembliesVersionText => UI.Title_Version; - - [NotNull] - public string Authors => UI.Text_Authors; - public ICommand WebsiteCommand { get; } public ICommand LicenseCommand { get; } public ICommand CloseCommand { get; } diff --git a/Aaru.Gui/Views/Dialogs/About.xaml b/Aaru.Gui/Views/Dialogs/About.xaml index 360199ffa..6a5a90227 100644 --- a/Aaru.Gui/Views/Dialogs/About.xaml +++ b/Aaru.Gui/Views/Dialogs/About.xaml @@ -36,6 +36,7 @@ xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:dialogs="clr-namespace:Aaru.Gui.ViewModels.Dialogs" + xmlns:controls="clr-namespace:Aaru.Gui.Controls" xmlns:localization="clr-namespace:Aaru.Localization;assembly=Aaru.Localization" mc:Ignorable="d" d:DesignWidth="800" @@ -49,119 +50,117 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file