mirror of
https://github.com/OpenMW/openmw.git
synced 2025-04-01 20:06:40 +00:00
Fix for Bug #982: unchecking addons is now saved to profile
This commit is contained in:
parent
8b3e852ffc
commit
46973e8e82
1 changed files with 1 additions and 2 deletions
|
@ -116,8 +116,7 @@ void Launcher::DataFilesPage::buildView()
|
|||
|
||||
void Launcher::DataFilesPage::removeProfile(const QString &profile)
|
||||
{
|
||||
mLauncherSettings.remove(QString("Profiles/") + profile + QString("/game"));
|
||||
mLauncherSettings.remove(QString("Profiles/") + profile + QString("/addon"));
|
||||
mLauncherSettings.remove(QString("Profiles/") + profile);
|
||||
}
|
||||
|
||||
QAbstractItemModel *Launcher::DataFilesPage::profilesModel() const
|
||||
|
|
Loading…
Reference in a new issue