Added stash menu with remove and rename.
This commit is contained in:
@@ -97,7 +97,7 @@ const pageStash = pageContext.pageProps.stash;
|
||||
|
||||
// console.log(props.actor);
|
||||
|
||||
const favorited = ref(props.actor.stashes?.some((sceneStash) => sceneStash.primary) || false);
|
||||
const favorited = ref(props.actor.stashes?.some((sceneStash) => sceneStash.isPrimary) || false);
|
||||
|
||||
async function stash() {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user