mirror of
https://github.com/iDescriptor/iDescriptor.git
synced 2026-06-21 19:35:49 +08:00
comment out unimplemented logic
This commit is contained in:
@@ -270,10 +270,10 @@ Item {
|
||||
afcClient: root.afcClient
|
||||
favEnabled: true
|
||||
|
||||
onFavoritePlaceAdded: (alias, path) => {
|
||||
// FIXME
|
||||
favoritesModel.append({ "alias": alias, "path": path, "afc2": false })
|
||||
}
|
||||
// onFavoritePlaceAdded: (alias, path) => {
|
||||
// // FIXME
|
||||
// favoritesModel.append({ "alias": alias, "path": path, "afc2": false })
|
||||
// }
|
||||
}
|
||||
|
||||
Item {
|
||||
@@ -286,9 +286,9 @@ Item {
|
||||
favEnabled: true
|
||||
|
||||
visible: root.afc2Available
|
||||
onFavoritePlaceAdded: (alias, path) => {
|
||||
favoritesModel.append({ "alias": alias, "path": path, "afc2": true })
|
||||
}
|
||||
// onFavoritePlaceAdded: (alias, path) => {
|
||||
// favoritesModel.append({ "alias": alias, "path": path, "afc2": true })
|
||||
// }
|
||||
}
|
||||
|
||||
ColumnLayout {
|
||||
|
||||
Reference in New Issue
Block a user