ThibautSF / ParadoxosModManager

Software to manage mods for recent Paradox games
37 stars 6 forks source link

[Medium] Doc dir picker button don't work if the default path isn't correct #13

Closed ThibautSF closed 7 years ago

ThibautSF commented 7 years ago

As example if i rename "/home/tsimonfine/.local/share/Paradox Interactive/Stellaris/" to "/home/tsimonfine/.local/share/Paradox Interactive/!!!!!Stellaris/".

Because "/home/tsimonfine/.local/share/Paradox Interactive/Stellaris/" don't exist anymore the button don't work because it try to open a dir chooser from an inexistent dir.

Todo : need to check if file isDirectory when set DirectoryChooser base folder. If not, put the root dir.