mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
[Plugins ViewModel] Fix incorrect cast
This commit is contained in:
@@ -159,7 +159,7 @@ public sealed class PluginsViewModel : ViewModelBase
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
foreach(IWritableImage writableImage in PluginRegister.Singleton.WritableImages.Values)
|
foreach(IBaseWritableImage writableImage in PluginRegister.Singleton.WritableImages.Values)
|
||||||
{
|
{
|
||||||
if(writableImage is null)
|
if(writableImage is null)
|
||||||
continue;
|
continue;
|
||||||
|
|||||||
Reference in New Issue
Block a user