mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 18:25:37 +08:00
Allow to save interpolation/rendering setup
- setting trait - save/load logic in context - adjusted UI, allow to reset global setup
This commit is contained in:
@@ -68,7 +68,7 @@ namespace BlackGui
|
||||
void saveSetup();
|
||||
|
||||
//! Delete a setup
|
||||
void removeSetup();
|
||||
void removeOrResetSetup();
|
||||
|
||||
//! Values from global setup
|
||||
void setUiValuesFromGlobal();
|
||||
@@ -77,7 +77,7 @@ namespace BlackGui
|
||||
void displaySetupsPerCallsign();
|
||||
|
||||
//! Check prerequisites before saving etc.
|
||||
bool checkPrerequisites(bool showOverlay);
|
||||
bool checkPrerequisites(bool checkSim, bool showOverlay);
|
||||
|
||||
//! Send to context
|
||||
bool setSetupsToContext(const BlackMisc::Simulation::CInterpolationSetupList &setups, bool force = false);
|
||||
|
||||
Reference in New Issue
Block a user