Add send-to-MarsEdit command to list of of send-to commands.
This commit is contained in:
parent
77bc330d8c
commit
82f11f6592
|
@ -34,7 +34,7 @@ class AppDelegate: NSObject, NSApplicationDelegate, NSUserInterfaceValidations,
|
|||
}()
|
||||
|
||||
lazy var sendToCommands: [SendToCommand] = {
|
||||
return [SendToMicroBlogCommand()] //, SendToMarsEditCommand()]
|
||||
return [SendToMicroBlogCommand(), SendToMarsEditCommand()]
|
||||
}()
|
||||
|
||||
var unreadCount = 0 {
|
||||
|
|
Loading…
Reference in New Issue