You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When tagging via tagger view, the defaults for showMales, and setTags are false, and not persisted on the server.
Expected behavior
Defaults should not change without warning / being obvious because you use a new browser.
Stash Version: v0.26.1
Additional context
Because these are per browser (stored in IndexedDB) every time a new browser is used these are unset
The current defaults being false for both are thus a problem because it's not obvious that they have changed since you used another browser and they're hidden by default in a collapsed menu.
If they are false, tagger may return no tags / males because
a) they don't exist in the stash box entry
b) you haven't checked this option
If the default were set to true for both, this would prevent this issue, because, if the inverse settings were desired, the added tags and males being shown would make it obvious that you need to change the setting. This is probably the easiest fix, but others are suggested below.
The reason this is a problem is you might go and match a few hundred scenes, then have to go back and do them all again to get the data you thought you were getting the first time.
Alternatives:
Persist these settings server side
Expand the tagger settings by default until manually collapsed by the user, the first time on each browser
Make it more obvious that data is available (tags / males) that are not being added
The text was updated successfully, but these errors were encountered:
Describe the bug
When tagging via tagger view, the defaults for showMales, and setTags are false, and not persisted on the server.
Expected behavior
Defaults should not change without warning / being obvious because you use a new browser.
Stash Version: v0.26.1
Additional context
Because these are per browser (stored in IndexedDB) every time a new browser is used these are unset
The current defaults being false for both are thus a problem because it's not obvious that they have changed since you used another browser and they're hidden by default in a collapsed menu.
If they are false, tagger may return no tags / males because
a) they don't exist in the stash box entry
b) you haven't checked this option
If the default were set to true for both, this would prevent this issue, because, if the inverse settings were desired, the added tags and males being shown would make it obvious that you need to change the setting. This is probably the easiest fix, but others are suggested below.
The reason this is a problem is you might go and match a few hundred scenes, then have to go back and do them all again to get the data you thought you were getting the first time.
Alternatives:
The text was updated successfully, but these errors were encountered: