mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
[GUI] Update image handling to use SvgImage for media logos
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
using System.Collections.ObjectModel;
|
||||
using Aaru.CommonTypes.Interfaces;
|
||||
using Aaru.Gui.ViewModels.Panels;
|
||||
using Avalonia.Media.Imaging;
|
||||
using Avalonia.Media;
|
||||
|
||||
namespace Aaru.Gui.Models;
|
||||
|
||||
@@ -43,7 +43,7 @@ public sealed class ImageModel : RootModel
|
||||
|
||||
public string Path { get; set; }
|
||||
public string FileName { get; set; }
|
||||
public Bitmap Icon { get; set; }
|
||||
public IImage Icon { get; set; }
|
||||
public ObservableCollection<RootModel> PartitionSchemesOrFileSystems { get; }
|
||||
public IMediaImage Image { get; set; }
|
||||
public ImageInfoViewModel ViewModel { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user