From 4c404012dbc38a5ae496cd51e182fdd7c8419b68 Mon Sep 17 00:00:00 2001 From: uncor3 Date: Sun, 10 May 2026 18:19:23 +0000 Subject: [PATCH] comment out unimplemented logic --- src/ui/FilesSection.qml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/ui/FilesSection.qml b/src/ui/FilesSection.qml index c0c4aec..832c377 100644 --- a/src/ui/FilesSection.qml +++ b/src/ui/FilesSection.qml @@ -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 {