HakanL / resxtranslator

Resx Resource Translator
GNU General Public License v2.0
139 stars 30 forks source link

Settings do not get saved. I have to reset them manually each time #31

Closed lionelberton closed 6 years ago

lionelberton commented 6 years ago

The options that I change from the GUI do not get saved anywhere, apparently. For instance, the option to "store comments in all files" is always ticked on startup. If I change it into the restranslator.exe.config, it does not work either. I understand that the application is using portablesettingsprovider to manage that and it takes the values from resxtranslator.settings. But there is no such file in the release and nothing is ever saved there. Is this expected?

lionelberton commented 6 years ago

I found that because I installed the app with chocolatey, the folder requires admin rights to write like microsoft "program files" folder. So the config is never saved, but no message is saying that.