Redownload commit list after server change

This commit is contained in:
CommanderRedYT
2021-10-21 13:42:20 +02:00
committed by 0xFEEDC0DE64
parent 6ba8b897db
commit 503b109c4d

View File

@ -38,6 +38,7 @@ public:
{
stringSettings.otaServerUrl = m_buildserver_url;
saveSettings();
redownload = true;
}
private: