Add send-to-MarsEdit command to list of of send-to commands.

This commit is contained in:
Brent Simmons 2018-01-15 12:11:56 -08:00
parent 77bc330d8c
commit 82f11f6592
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ class AppDelegate: NSObject, NSApplicationDelegate, NSUserInterfaceValidations,
}()
lazy var sendToCommands: [SendToCommand] = {
return [SendToMicroBlogCommand()] //, SendToMarsEditCommand()]
return [SendToMicroBlogCommand(), SendToMarsEditCommand()]
}()
var unreadCount = 0 {