Try not to change the current profile on profiles reload
This commit is contained in:
parent
3c788f57c2
commit
65cdc7b78f
|
@ -167,6 +167,7 @@ void MainWindow::refreshProfiles()
|
||||||
QList<QString> profiles = Profile::avaiableProfiles();
|
QList<QString> profiles = Profile::avaiableProfiles();
|
||||||
for(const QString& string : profiles)
|
for(const QString& string : profiles)
|
||||||
ui->comboBox->addItem(string);
|
ui->comboBox->addItem(string);
|
||||||
|
setProfile(tmp);
|
||||||
}
|
}
|
||||||
|
|
||||||
void MainWindow::profileInconpatible(QString message)
|
void MainWindow::profileInconpatible(QString message)
|
||||||
|
|
Loading…
Reference in a new issue