edgetx
edgetx copied to clipboard
Companion add file name to header in model comparison
Is there an existing issue for this feature request?
- [X] I have searched the existing issues
Is your feature request related to a problem?
I use the comparison function in companion mainly to compare the changes i might have made in the field in comparison to the model that was stored on disc earlier. That means in practice that I usually compare 2 models that have the same name. In the current implementation the header field of the comparison tool will show the same header for both columns. There is no easy way to determine what column refers to what model in this case.
Describe the solution you'd like
An easy solution can be that the column header displays as filename/modelname. That takes out all the ambiguity.
Describe alternatives you've considered
Current workaround is to first copy the model to a new name. But this requires discipline to prevent cluttering up the models list.
Additional context
No response