Skip to content

Commit

Permalink
agains reverts some stuff changed by mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
averissimo committed Dec 2, 2016
1 parent 4cf565d commit c62e75e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ui/dispatcher.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ handle 'sendmessage', (txt = '') ->
ipc.send 'sendchatmessage', msg
conv.addChatMessagePlaceholder entity.self.id, msg

handle 'toggleshowtray', (value) ->
viewstate.setShowTray(value)
handle 'toggleshowtray', ->
viewstate.setShowTray(not viewstate.showtray)

handle 'showiconnotification', (value) ->
viewstate.setShowIconNotification(value)
Expand Down

0 comments on commit c62e75e

Please sign in to comment.