mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
[skip ci] feat: Only load a single plugin at a time
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user