comment out unimplemented logic

This commit is contained in:
uncor3
2026-05-10 18:19:23 +00:00
parent 09948bd247
commit 4c404012db
+7 -7
View File
@@ -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 {