Merge branch 'offline-login' into remove-old-branding

This commit is contained in:
cyber-dream 2022-08-10 05:11:16 +03:00
commit 31bcfab27a

View File

@ -138,7 +138,7 @@ function showFatalStartupError(){
function onDistroRefresh(data){ function onDistroRefresh(data){
updateSelectedServer(data.getServer(ConfigManager.getSelectedServer())) updateSelectedServer(data.getServer(ConfigManager.getSelectedServer()))
refreshServerStatus() refreshServerStatus()
initNews() //initNews()
syncModConfigurations(data) syncModConfigurations(data)
} }