Merge pull request #8066 from jordan-woyak/mapping-ui-no-refresh

DolphinQt: Don't refresh devices on open of mapping UI.
This commit is contained in:
Léo Lam 2019-05-02 13:06:29 +02:00 committed by GitHub
commit bd8cac91c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -369,8 +369,6 @@ void MappingWindow::SetMappingType(MappingWindow::Type type)
SplitPath(filename, nullptr, &basename, nullptr);
m_profiles_combo->addItem(QString::fromStdString(basename), QString::fromStdString(filename));
}
RefreshDevices();
}
void MappingWindow::AddWidget(const QString& name, QWidget* widget)