From 04dec75fcac23465559ba4dbc8e3aa257c31f38c Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Sun, 13 Nov 2022 09:32:20 -0600 Subject: [PATCH] Removed misleading comment --- Mac/MainWindow/MainWindowController.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/Mac/MainWindow/MainWindowController.swift b/Mac/MainWindow/MainWindowController.swift index a7b06a6fa..9ed067d18 100644 --- a/Mac/MainWindow/MainWindowController.swift +++ b/Mac/MainWindow/MainWindowController.swift @@ -912,7 +912,6 @@ extension MainWindowController: NSToolbarDelegate { case .share: let title = NSLocalizedString("Share", comment: "Share") let image = AppAssets.shareImage - // Should use NSSharingServicePickerToolbarItem here, but it has unexpected behavior on label-only mode. if #available(macOS 13.0, *) { // `item.view` is required for properly positioning the sharing picker. return buildToolbarButton(.share, title, image, "toolbarShowShareMenu:", usesCustomButtonView: true)