Close tabs per default.

This commit is contained in:
Martin Edenhofer 2015-11-06 01:27:53 +01:00
parent f4cc1efc17
commit 92f1c97034

View file

@ -14,7 +14,7 @@ class App.TicketZoomAttributeBar extends App.Controller
constructor: -> constructor: ->
super super
@secondaryAction = @preferencesGet() || 'stayOnTab' @secondaryAction = @preferencesGet() || 'closeTab'
if !@overview_id && @secondaryAction is 'closeNextInOverview' if !@overview_id && @secondaryAction is 'closeNextInOverview'
@secondaryAction = 'closeTab' @secondaryAction = 'closeTab'