File tree 1 file changed +3
-1
lines changed 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -553,7 +553,9 @@ window.Spicetify = {
553
553
Chip : modules . find ( m => m ?. render ?. toString ( ) . includes ( "invertedDark" ) && m ?. render ?. toString ( ) . includes ( "isUsingKeyboard" ) ) ,
554
554
Toggle : functionModules . find ( m => m . toString ( ) . includes ( "onSelected" ) && m . toString ( ) . includes ( 'type:"checkbox"' ) ) ,
555
555
Cards : {
556
- Default : functionModules . find ( m => m ?. toString ( ) . includes ( '"card-click-handler"' ) ) ,
556
+ Default : functionModules . find (
557
+ m => m . toString ( ) . includes ( "?highlight" ) && m . toString ( ) . includes ( "headerText" ) && m . toString ( ) . includes ( "imageContainer" )
558
+ ) ,
557
559
Hero : functionModules . find ( m => m ?. toString ( ) . includes ( '"herocard-click-handler"' ) ) ,
558
560
CardImage : functionModules . find ( m => m . toString ( ) . includes ( "isHero" ) && m . toString ( ) . includes ( "withWaves" ) ) ,
559
561
...Object . fromEntries ( cards )
You can’t perform that action at this time.
0 commit comments