|
|
@@ -2258,7 +2258,8 @@ export struct LocalMusic {
|
|
|
builder: this.SubSortBuilder(SortMode.ByDiscTrack),
|
|
|
symbolEndIcon: this.isSortTypeInRange(SortMode.ByDiscTrack) ? new SymbolGlyphModifier($r('sys.symbol.checkmark')) : undefined
|
|
|
})
|
|
|
- .visibility((this.modeType==0||(this.modeType==3&&this.isCanBack))?Visibility.Visible:Visibility.None)
|
|
|
+ .visibility((this.modeType==0||(this.modeType==2&&this.isCanBack)||
|
|
|
+ (this.modeType==3&&this.isCanBack))?Visibility.Visible:Visibility.None)
|
|
|
|
|
|
}.attributeModifier(new MenuModifier())
|
|
|
}
|
|
|
@@ -3180,7 +3181,7 @@ export struct LocalMusic {
|
|
|
Column() {
|
|
|
emptyView(this.themeColor)
|
|
|
}
|
|
|
- .padding({ right:25 })
|
|
|
+ .padding({ right:10 })
|
|
|
.onClick(()=>{
|
|
|
this.asyncCurrentPathOnlyFile()
|
|
|
})
|