NathanVaughn / msfs-mod-manager

An external mod manager for the new Microsoft Flight Simulator
GNU General Public License v3.0
98 stars 4 forks source link

Update main_table.py #56

Closed ingmebs closed 3 years ago

ingmebs commented 3 years ago

I propose this modification that helps you decide which one to deactivate according to the size of the stage, plane, etc., showing the size of said complement. thank you

lgtm-com[bot] commented 3 years ago

This pull request introduces 1 alert when merging 2f9802e25050a878b846dbea44ebf22a87b0d7fa into 4913d7d12b95ccce0b9b88e404b9c7b530c3da06 - view on LGTM.com

new alerts:

NathanVaughn commented 3 years ago

This pull request has syntax issues, and also does not accomplish what you think. This lookup table for the main application table is describing what data from the mod manifest is displayed and the order it is displayed in. You can what data is pulled from the parse_mod_manifest function of the lib/flight_sim file. The total size of a mod is only computed for the dialogs/info_widget when it is launched in the set_data function.