Mutagen-Modding / Spriggit

A tool to facilitate converting Bethesda plugin files to a text based format that can be stored in Git
GNU General Public License v3.0
93 stars 11 forks source link

Spriggit UI feature request: Remember Starfield Data folder (or default to same folder as esm) #89

Open JMPZ11 opened 2 months ago

JMPZ11 commented 2 months ago

Every time you add a new sync to spriggit (which I have been doing with each new release), the data folder field is blank. The UI remembers the last plugin source and destination folder, but not the data dir (which is very unlikely to change);

Additionally, the folder picker defaults to the last folder used at all - so one is having to browse to the data folder every time.

Thanks!

Noggog commented 2 months ago

Probably will be doing this by adding global data folder settings, and having the field per listing be more of an "override"

JMPZ11 commented 1 month ago

That would be nice! Might be easier short-term to just copy the pre-populated value in the .esm lookup box - it seems to default to the folder of the last selected esm -- which is typically the data folder :)

Thanks!