mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Make PluginBase a singleton.
This commit is contained in:
@@ -594,7 +594,7 @@ public sealed class MainWindowViewModel : ViewModelBase
|
||||
bool checkRaw = false;
|
||||
List<string> idPlugins;
|
||||
Type pluginType;
|
||||
PluginBase plugins = GetPluginBase.Instance;
|
||||
PluginBase plugins = PluginBase.Singleton;
|
||||
|
||||
if(partitions.Count == 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user