mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-29 08:00:56 -04:00
Merge remote-tracking branch 'scrawl/launcher'
This commit is contained in:
commit
7759f9f8f9
@ -206,6 +206,10 @@ void Launcher::DataFilesPage::slotProfileRenamed(const QString &previous, const
|
||||
|
||||
void Launcher::DataFilesPage::slotProfileChanged(int index)
|
||||
{
|
||||
// in case the event was triggered externally
|
||||
if (ui.profilesComboBox->currentIndex() != index)
|
||||
ui.profilesComboBox->setCurrentIndex(index);
|
||||
|
||||
setProfile (index, true);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user