|
@@ -3241,6 +3241,7 @@ export struct LocalMusic {
|
|
|
})
|
|
})
|
|
|
.onClick(() => {
|
|
.onClick(() => {
|
|
|
this.isGridMusic = !this.isGridMusic
|
|
this.isGridMusic = !this.isGridMusic
|
|
|
|
|
+ PreferencesUtil.put(SettingPage.IS_GRID_MUSIC, this.isGridMusic)
|
|
|
})
|
|
})
|
|
|
}
|
|
}
|
|
|
.width('100%')
|
|
.width('100%')
|
|
@@ -3573,6 +3574,7 @@ export struct LocalMusic {
|
|
|
if (this.twoFingerType < 1) {
|
|
if (this.twoFingerType < 1) {
|
|
|
this.twoFingerType = 3
|
|
this.twoFingerType = 3
|
|
|
this.isGridMusic = false
|
|
this.isGridMusic = false
|
|
|
|
|
+ PreferencesUtil.put(SettingPage.IS_GRID_MUSIC, this.isGridMusic)
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
PreferencesUtil.put(SettingPage.TWO_FINGER_TYPE, this.twoFingerType)
|
|
PreferencesUtil.put(SettingPage.TWO_FINGER_TYPE, this.twoFingerType)
|
|
@@ -3948,6 +3950,7 @@ export struct LocalMusic {
|
|
|
if (this.twoFingerType > 3) {
|
|
if (this.twoFingerType > 3) {
|
|
|
this.twoFingerType = 1
|
|
this.twoFingerType = 1
|
|
|
this.isGridMusic = true
|
|
this.isGridMusic = true
|
|
|
|
|
+ PreferencesUtil.put(SettingPage.IS_GRID_MUSIC, this.isGridMusic)
|
|
|
}
|
|
}
|
|
|
} else {
|
|
} else {
|
|
|
this.twoFingerType--
|
|
this.twoFingerType--
|