KarlitosVII / trilogy-save-editor

A save editor for Mass Effect Trilogy (and Legendary)
https://www.nexusmods.com/masseffectlegendaryedition/mods/20
Other
154 stars 20 forks source link

Open File Dialog (Linux?) #31

Closed ensiform closed 3 years ago

ensiform commented 3 years ago

By default the Filter "Mass Effect Trilogy Save" string doesn't show any save files until I remove the filter.

Screenshot_20210629_201933 Screenshot_20210629_202008

KarlitosVII commented 3 years ago

As you can see here: https://github.com/KarlitosVII/trilogy-save-editor/blob/190edb54dfc351127cc6521aab0cdfef39f6c41a/src/gui/mod.rs#L271-L278 There is a list of filters and a label with filters in parenthesis. tinyfiledialog support applescript, zenity, matedialog, qarma, kdialog, Xdialog, python2/tkinter and dialog for unix. All with the same API, so this is pretty weird.

ensiform commented 3 years ago

For what it's worth there's a blank space after Save in the filter box. Not sure if that matters like if it's cutting off from the ( on that line above

KarlitosVII commented 3 years ago

With the new version, many things have changed. Please try v2.* and feel free to open another issue if you wish. :)