Try not to change the current profile on profiles reload
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user