Close tabs per default.
This commit is contained in:
parent
f4cc1efc17
commit
92f1c97034
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue