Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vehicle Accessories - List value variable in brackets after main text variable #83

Closed
pete-agreatguy opened this issue Dec 15, 2020 · 0 comments
Assignees
Labels
📬 feature request User requested feature 🖥 ui User Interface improvements

Comments

@pete-agreatguy
Copy link
Collaborator

pete-agreatguy commented Dec 15, 2020

We need to add the accessory.value variable to also display (possibly in brackets) after the accessory.text so that users know which accessory is being used.

i.e. Currently in the vehicle accessory list, a user will only see "Painted Box" if an xml (or c#) has the text string as "Painted Box".

An IF ELSE statement for this maybe be best. Why? Some vehicles only list the value in the text field ... e.g. new ListItem() { Value = "f_body.paint", Text = "f_body.paint" }

i.e.

If [text] = [value], then do not change text field
Else [text] = already present text + ([value])

temp3
Or we could add the value to just under the screenshot image and comment?

@pete-agreatguy pete-agreatguy added the 📬 feature request User requested feature label Dec 15, 2020
@WerewolfCustoms WerewolfCustoms added this to the Release 2021.02 milestone Mar 30, 2021
@WerewolfCustoms WerewolfCustoms added the 🖥 ui User Interface improvements label Apr 3, 2021
@WerewolfCustoms WerewolfCustoms self-assigned this Apr 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📬 feature request User requested feature 🖥 ui User Interface improvements
Projects
None yet
Development

No branches or pull requests

2 participants