added setWindowHash, reverted vis changes

This commit is contained in:
booploops 2022-06-10 06:15:24 -07:00
parent 2d5a7809ac
commit ab37a837ce
4 changed files with 10 additions and 5 deletions

View file

@ -97,7 +97,7 @@
data: function () {
return {
showInLibrary: false,
isVisible: false,
isVisible: true,
addedToLibrary: false,
guid: this.uuidv4(),
app: this.$root,
@ -509,7 +509,8 @@
}
},
visibilityChanged: function (isVisible, entry) {
this.isVisible = isVisible
return
// this.isVisible = isVisible
},
async getHeartStatus() {
try {