guillaumechereau / goxel

Goxel: Free and Open Source 3D Voxel Editor
GNU General Public License v3.0
2.74k stars 219 forks source link

Make Goxel ensure saved files have the .gox extension #214

Closed unfa closed 1 year ago

unfa commented 3 years ago

Often when I save my work I type in the name and forget about adding the .gox extension, as most software ensures the correct extension is present when a file format is known.

Goxel doesn't do that, saving files under names without any extension, which are later not shown in the File Open dialog.

I need to add the .gox extension to my file, and only then Goxel will see the files it has saved before.

guillaumechereau commented 1 year ago

Should be fixed now I think.