mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-17 13:48:02 +00:00
fix: bugs
This commit is contained in:
parent
3822b498a1
commit
b2f758f0c4
11 changed files with 40 additions and 67 deletions
|
|
@ -3,7 +3,7 @@
|
|||
class="track"
|
||||
:class="trackClass"
|
||||
:style="trackStyle"
|
||||
:title="track.reason"
|
||||
:title="showUnavailableSongInGreyStyle ? track.reason : ''"
|
||||
@mouseover="hover = true"
|
||||
@mouseleave="hover = false"
|
||||
>
|
||||
|
|
@ -147,6 +147,9 @@ export default {
|
|||
this.isMenuOpened
|
||||
);
|
||||
},
|
||||
showUnavailableSongInGreyStyle() {
|
||||
return this.$store.state.settings.showUnavailableSongInGreyStyle;
|
||||
},
|
||||
},
|
||||
methods: {
|
||||
goToAlbum() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue