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:
Daniel Scalzi
2018-08-07 00:58:32 -04:00
parent 7301dfc71a
commit ff3f2bfb8d
5 changed files with 112 additions and 4 deletions

View File

@@ -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..')