Add an option to to not show the KSP-Recall entries on the PAW
Lisias opened this issue ยท 1 comments
Follow Kerbonaut ndiver asked about removing the Activate/Deactivate PAW entries, added by the KSP-Recall PartModules
.
These menu options are importing for debugging weird misbehaviours where KSP-Recal could be influencing or causing, as it allows you to deactivate a feature on some part and not on others. But, granted, gone are the days in which I was needing to ask users to use them regularly.
Tasks:
- Code a "Global" option to suppress these PAW entries.
- Code a Option Menu to activate/deactivate the Suppression.
Implemented on commit f8afb62 .
The DebugMode
value from KSPe.cfg
file in PluginData
will activate or deactivate the PAW's entries. Remember that in the absence of a node for KSP_Recall
in LOCAL
, the default values (in the root) will be used instead.