-
|
Describe the bug Expected behavior |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
You need to delete the When PicView loads settings, it will look for config files in the %APPDATA% folder first, and if it finds them, it will use them and save to them, regardless of the presence of the same config file in the application directory. When PicView saves settings, and there are no settings present currently, it will save to the application directory, if it has write permissions to do so, otherwise it will save in the %APPDATA% folder. This was done, as it is inherently challenging to support PicView installed in the Maybe I'll think of a more user-friendly setup in the future, or I'll somehow make the installed and portable versions differ, but no promises. |
Beta Was this translation helpful? Give feedback.
-
|
Thank you for your reply. After moving the UserSettings.json file from %APPDATA% to the persist folder, I confirmed that it is now working as intended. |
Beta Was this translation helpful? Give feedback.
You need to delete the
UserSettings.jsonin the %APPDATA% folder, if you want it to save in the Scoop directory.When PicView loads settings, it will look for config files in the %APPDATA% folder first, and if it finds them, it will use them and save to them, regardless of the presence of the same config file in the application directory.
If it doesn't find any within the %APPDATA% folder, then it will look for them in the application folder.
When PicView saves settings, and there are no settings present currently, it will save to the application directory, if it has write permissions to do so, otherwise it will save in the %APPDATA% folder.
This was done, as it is inherently challenging…