mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
Change isHost to isLeader
This commit is contained in:
committed by
Ben Ogle & Corey Johnson
parent
34b6c71e8a
commit
0ee9aecbd1
@@ -27,7 +27,7 @@ module.exports =
|
||||
|
||||
rootView.eachPane (pane) ->
|
||||
setTimeout ->
|
||||
buttons = if session.isHost() then new HostStatusBar(session) else new GuestStatusBar(session)
|
||||
buttons = if session.isLeader() then new HostStatusBar(session) else new GuestStatusBar(session)
|
||||
buttons.insertAfter(pane.find('.git-branch'))
|
||||
, 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user