-
-
Notifications
You must be signed in to change notification settings - Fork 840
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scenes Tagger config - "Set Tags" Persistence #3210
Comments
Hello, |
Pretty sure those settings are saved in your browser. So if you use incognito or a different browser, you will lose your previous settings. |
Hmm... It would be nice to have this in the config file probably, if it is not... |
Wouldn't call this a bug. Working as intended as the settings are stored in IndexedDB on your browser. Make sure your cookies are enabled for the site or the settings will get reset to default. Though it's definitely worth improving to make it persistent. |
There's a couple of potentially easier options than the proper server side persistence, I listed them in #4982 after being caught by this issue for the 4th ish time. Same trap that I've fallen into every time as @Foucoubou . That the settings aren't persisted wouldn't be as big of a problem as it is if it was obvious they had been lost, instead of silently causing missing data. It may be working as intended, but it's not just an inconvenience / extra step, it presents as a bug. One I think pretty much everyone that has been using stash for a long period that doesn't use the defaults has fallen into every few months. |
Describe the bug
The configuration of Scene Tagger, specifically tickbox "Set Tags" gets set to false after restart of stash not regarding to previous set value.
Expected behavior

Expecting the persistent setting which would last even for restart.
The text was updated successfully, but these errors were encountered: