forked from teamnwah/openmw-tes3coop
Merge remote-tracking branch 'scrawl/launcher'
This commit is contained in:
commit
acd63659c1
1 changed files with 1 additions and 0 deletions
|
@ -137,6 +137,7 @@ void Launcher::DataFilesPage::saveSettings(const QString &profile)
|
||||||
void Launcher::DataFilesPage::removeProfile(const QString &profile)
|
void Launcher::DataFilesPage::removeProfile(const QString &profile)
|
||||||
{
|
{
|
||||||
mLauncherSettings.remove(QString("Profiles/") + profile);
|
mLauncherSettings.remove(QString("Profiles/") + profile);
|
||||||
|
mLauncherSettings.remove(QString("Profiles/") + profile + QString("/content"));
|
||||||
}
|
}
|
||||||
|
|
||||||
QAbstractItemModel *Launcher::DataFilesPage::profilesModel() const
|
QAbstractItemModel *Launcher::DataFilesPage::profilesModel() const
|
||||||
|
|
Loading…
Reference in a new issue