|
|
@@ -1351,21 +1351,7 @@ struct NewIndex {
|
|
|
.onClick(async () => {
|
|
|
this.showRemoteDriveAccountDialog(false,undefined,RemoteDriveType.Navidrome)
|
|
|
})
|
|
|
- // MenuItem({
|
|
|
- // symbolStartIcon: new SymbolGlyphModifier($r('sys.symbol.smallcircle_filled_circle')),
|
|
|
- // content: $r('app.string.ftp')
|
|
|
- // })
|
|
|
- // .onClick(async () => {
|
|
|
- // this.showRemoteDriveAccountDialog(false,undefined,CommonConstants.TYPE_WEBDAV)
|
|
|
- // })
|
|
|
- //
|
|
|
- // MenuItem({
|
|
|
- // symbolStartIcon: new SymbolGlyphModifier($r('sys.symbol.smallcircle_filled_circle')),
|
|
|
- // content: $r('app.string.ftps')
|
|
|
- // })
|
|
|
- // .onClick(async () => {
|
|
|
- // this.showRemoteDriveAccountDialog(false,undefined,CommonConstants.TYPE_WEBDAV)
|
|
|
- // })
|
|
|
+
|
|
|
}.attributeModifier(new MenuModifier())
|
|
|
}
|
|
|
|