From 82f11f659233b3a7b712a190afea76d5df566bf2 Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Mon, 15 Jan 2018 12:11:56 -0800 Subject: [PATCH] Add send-to-MarsEdit command to list of of send-to commands. --- Evergreen/AppDelegate.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Evergreen/AppDelegate.swift b/Evergreen/AppDelegate.swift index 3f8fe5e95..50ee09538 100644 --- a/Evergreen/AppDelegate.swift +++ b/Evergreen/AppDelegate.swift @@ -34,7 +34,7 @@ class AppDelegate: NSObject, NSApplicationDelegate, NSUserInterfaceValidations, }() lazy var sendToCommands: [SendToCommand] = { - return [SendToMicroBlogCommand()] //, SendToMarsEditCommand()] + return [SendToMicroBlogCommand(), SendToMarsEditCommand()] }() var unreadCount = 0 {