Caeden117 / ChroMapper

GitHub repository for ChroMapper, the Unity-based map editor for Beat Saber.
https://cm.topc.at/dl
GNU General Public License v2.0
300 stars 87 forks source link

Fix the open config folder button on Linux #534

Closed FallenCharlotte closed 2 months ago

FallenCharlotte commented 3 months ago

Uses the same behavior as MapExporter and OptionsController. This should probably be made into a helper function somewhere if you have a good place to put it.

Caeden117 commented 3 months ago

Currently theres no convenient Utils folder or something. Probably something like the root __Scripts is good enough, then eventually we can move some helper scripts into a more proper Utils folder.

Either way, I do agree that by this point, it should probably be made into a helper function

FallenCharlotte commented 2 months ago

Helper function added