-
Notifications
You must be signed in to change notification settings - Fork 0
Remove the extension from the filename shown as title #21
Copy link
Copy link
Open
Labels
good first issueGood issue to start working for the first time on this project.Good issue to start working for the first time on this project.priority: lowLow priority, no rush.Low priority, no rush.reactReact related.React related.status: availableReady to start.Ready to start.type: enhancementImprovement of an existing feature.Improvement of an existing feature.
Milestone
Metadata
Metadata
Assignees
Labels
good first issueGood issue to start working for the first time on this project.Good issue to start working for the first time on this project.priority: lowLow priority, no rush.Low priority, no rush.reactReact related.React related.status: availableReady to start.Ready to start.type: enhancementImprovement of an existing feature.Improvement of an existing feature.
📄 Description
Remove the extension from the setup filename in processSetupsContent, as it's not relevant for the user when it comes to see the setup content.
.svm is the extension that all the setups should have, at least at the point of opening this issue, as it's the extension used by rFactor 2 setups.
📝 Additional comments
So if we were to load a setup called Silverstone_v1.svm the name that should be saved on that object would be Silverstone_v1, not Silverstone_v1.svm
🔁 Steps to Solve