GH-2143 Switch Mojang status icons to current set of services
This also removes the Web and Account web icons, because they are simply not relevant to MultiMC (it does not use those). You can always check their status by opening them in a browser.
This commit is contained in:
parent
2c219df061
commit
22b32fce12
@ -63,15 +63,13 @@ ServerStatus::ServerStatus(QWidget *parent, Qt::WindowFlags f) : QWidget(parent,
|
|||||||
yellowIcon = MMC->getThemedIcon("status-yellow");
|
yellowIcon = MMC->getThemedIcon("status-yellow");
|
||||||
badIcon = MMC->getThemedIcon("status-bad");
|
badIcon = MMC->getThemedIcon("status-bad");
|
||||||
|
|
||||||
addStatus("minecraft.net", tr("Web"));
|
|
||||||
addLine();
|
|
||||||
addStatus("account.mojang.com", tr("Account"));
|
|
||||||
addLine();
|
|
||||||
addStatus("skins.minecraft.net", tr("Skins"));
|
|
||||||
addLine();
|
|
||||||
addStatus("authserver.mojang.com", tr("Auth"));
|
addStatus("authserver.mojang.com", tr("Auth"));
|
||||||
addLine();
|
addLine();
|
||||||
addStatus("sessionserver.mojang.com", tr("Session"));
|
addStatus("sessionserver.mojang.com", tr("Session"));
|
||||||
|
addLine();
|
||||||
|
addStatus("textures.minecraft.net", tr("Skins"));
|
||||||
|
addLine();
|
||||||
|
addStatus("api.mojang.com", tr("API"));
|
||||||
|
|
||||||
m_statusRefresh = new QToolButton(this);
|
m_statusRefresh = new QToolButton(this);
|
||||||
m_statusRefresh->setCheckable(true);
|
m_statusRefresh->setCheckable(true);
|
||||||
|
Loading…
Reference in New Issue
Block a user