From c767cf787f07404b5263efa03ac139d5665a728e Mon Sep 17 00:00:00 2001 From: Claudio Cambra Date: Sat, 6 Apr 2024 22:28:10 +0800 Subject: [PATCH] Clean up TODO comments in file provider ui ext Signed-off-by: Claudio Cambra --- .../FileProviderUIExt/ShareOptionsView.swift | 2 -- .../FileProviderUIExt/ShareeSuggestionsDataSource.swift | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/shell_integration/MacOSX/NextcloudIntegration/FileProviderUIExt/ShareOptionsView.swift b/shell_integration/MacOSX/NextcloudIntegration/FileProviderUIExt/ShareOptionsView.swift index ff44f197a..516909055 100644 --- a/shell_integration/MacOSX/NextcloudIntegration/FileProviderUIExt/ShareOptionsView.swift +++ b/shell_integration/MacOSX/NextcloudIntegration/FileProviderUIExt/ShareOptionsView.swift @@ -11,8 +11,6 @@ import NextcloudKit import OSLog import SuggestionsTextFieldKit -// TODO: Handle shareWith! -// TODO: Handle visibility of textfields on relevant checkbox toggle class ShareOptionsView: NSView { @IBOutlet private weak var optionsTitleTextField: NSTextField! @IBOutlet private weak var shareRecipientTextField: NSTextField! // Hide if public link share diff --git a/shell_integration/MacOSX/NextcloudIntegration/FileProviderUIExt/ShareeSuggestionsDataSource.swift b/shell_integration/MacOSX/NextcloudIntegration/FileProviderUIExt/ShareeSuggestionsDataSource.swift index da9e6b765..cc1b91fe3 100644 --- a/shell_integration/MacOSX/NextcloudIntegration/FileProviderUIExt/ShareeSuggestionsDataSource.swift +++ b/shell_integration/MacOSX/NextcloudIntegration/FileProviderUIExt/ShareeSuggestionsDataSource.swift @@ -56,5 +56,5 @@ class ShareeSuggestionsDataSource: SuggestionsDataSource { data: $0 ) } - } // TODO: Improve img + } } -- 2.30.2