|
@@ -362,14 +362,15 @@ struct NewIndex {
|
|
|
this.webDavAccounts[0].webType===RemoteDriveType.Jellyfin||
|
|
this.webDavAccounts[0].webType===RemoteDriveType.Jellyfin||
|
|
|
this.webDavAccounts[0].webType===RemoteDriveType.Emby){
|
|
this.webDavAccounts[0].webType===RemoteDriveType.Emby){
|
|
|
this.mType = 7
|
|
this.mType = 7
|
|
|
- this.selectedAccount = new WebDavAccount()
|
|
|
|
|
- this.selectWebDavAccount(this.webDavAccounts[0])
|
|
|
|
|
}else{
|
|
}else{
|
|
|
this.mType = 6
|
|
this.mType = 6
|
|
|
}
|
|
}
|
|
|
}else{
|
|
}else{
|
|
|
this.mType = 6
|
|
this.mType = 6
|
|
|
|
|
+
|
|
|
}
|
|
}
|
|
|
|
|
+ this.selectedAccount = new WebDavAccount()
|
|
|
|
|
+ this.selectWebDavAccount(this.webDavAccounts[0])
|
|
|
this.tabSelectedIndexes[0]=2
|
|
this.tabSelectedIndexes[0]=2
|
|
|
}else if(this.defalut_home_type==3){
|
|
}else if(this.defalut_home_type==3){
|
|
|
this.mType = 0
|
|
this.mType = 0
|
|
@@ -1701,7 +1702,7 @@ struct NewIndex {
|
|
|
})
|
|
})
|
|
|
|
|
|
|
|
MenuItem({
|
|
MenuItem({
|
|
|
- symbolStartIcon: new SymbolGlyphModifier($r('sys.symbol.pin')),
|
|
|
|
|
|
|
+ symbolStartIcon: new SymbolGlyphModifier($r('sys.symbol.arrow_up_to_line')),
|
|
|
content: '置顶'
|
|
content: '置顶'
|
|
|
})
|
|
})
|
|
|
.onClick(async() => {
|
|
.onClick(async() => {
|