[skip ci] feat: Only load a single plugin at a time

This commit is contained in:
Lars Toenning
2025-01-02 20:28:09 +01:00
parent 7949c4ad5e
commit eea8166f59
8 changed files with 62 additions and 82 deletions

View File

@@ -49,7 +49,7 @@ namespace swift::gui::components
//! Get the plugin ids
QStringList selectedSimsToPluginIds();
swift::misc::CSetting<swift::core::application::TEnabledSimulators> m_enabledSimulators { this };
swift::misc::CSetting<swift::core::application::TEnabledSimulator> m_enabledSimulators { this };
swift::misc::simulation::data::CModelSetCaches m_modelSets { true, this };
QScopedPointer<Ui::CConfigSimulatorComponent> ui;
};