forked from Chronika/Launcher
Added server status bar to the top of the mods tab.
The user is also given the option to switch servers from this status bar.
This commit is contained in:
@@ -139,6 +139,9 @@ function updateSelectedServer(serverName){
|
||||
serverName = 'No Server Selected'
|
||||
}
|
||||
server_selection_button.innerHTML = '\u2022 ' + serverName
|
||||
if(getCurrentView() === VIEWS.settings){
|
||||
animateModsTabRefresh()
|
||||
}
|
||||
}
|
||||
// Real text is set in uibinder.js on distributionIndexDone.
|
||||
updateSelectedServer('Loading..')
|
||||
|
||||
Reference in New Issue
Block a user