Empty variables

This commit is contained in:
CommanderRedYT
2021-10-21 14:17:12 +02:00
committed by 0xFEEDC0DE64
parent be98bf0965
commit e9d78d8180

View File

@ -39,6 +39,9 @@ public:
stringSettings.otaServerUrl = m_buildserver_url;
saveSettings();
redownload = true;
url_for_latest.clear();
url_for_hashes.clear();
availableVersions = {};
}
private: