This commit is contained in:
ZeldaZach 2024-12-28 19:25:01 -05:00
parent 8d96ca1751
commit f71d8c22cf
No known key found for this signature in database

View file

@ -261,7 +261,13 @@ void DlgConnect::updateDisplayInfo(const QString &saveName)
QStringList _data = uci.getServerInfo(saveName);
if (_data.isEmpty()) {
_data << "" << "" << "" << "" << "" << "" << "";
_data << ""
<< ""
<< ""
<< ""
<< ""
<< ""
<< "";
}
bool savePasswordStatus = (_data.at(5) == "1");