mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Move most of PluginBase logic into Aaru.Commontypes.
This commit is contained in:
@@ -609,7 +609,8 @@ public sealed class MainWindowViewModel : ViewModelBase
|
||||
var checkRaw = false;
|
||||
List<string> idPlugins;
|
||||
Type pluginType;
|
||||
PluginBase plugins = PluginBase.Singleton;
|
||||
PluginBase.Init();
|
||||
PluginRegister plugins = PluginRegister.Singleton;
|
||||
|
||||
if(partitions.Count == 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user