Try not to change the current profile on profiles reload

This commit is contained in:
2021-07-17 22:42:06 +02:00
parent 3c788f57c2
commit 65cdc7b78f

View File

@ -167,6 +167,7 @@ void MainWindow::refreshProfiles()
QList<QString> profiles = Profile::avaiableProfiles();
for(const QString& string : profiles)
ui->comboBox->addItem(string);
setProfile(tmp);
}
void MainWindow::profileInconpatible(QString message)