mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
[Plugin system] Move writable media images to dependency injection.
This commit is contained in:
@@ -36,6 +36,6 @@ namespace Aaru.Gui.Models;
|
||||
|
||||
public sealed class ImagePluginModel
|
||||
{
|
||||
public string Name => Plugin.Name;
|
||||
public IWritableImage Plugin { get; set; }
|
||||
public string Name => Plugin.Name;
|
||||
public IBaseWritableImage Plugin { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user