mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-28 07:32:00 -04:00
Fix old profile content not being cleared correctly when saving content file selection (Fixes #2173)
This commit is contained in:
parent
4c1906b999
commit
a4e32d23c6
@ -137,6 +137,7 @@ void Launcher::DataFilesPage::saveSettings(const QString &profile)
|
||||
void Launcher::DataFilesPage::removeProfile(const QString &profile)
|
||||
{
|
||||
mLauncherSettings.remove(QString("Profiles/") + profile);
|
||||
mLauncherSettings.remove(QString("Profiles/") + profile + QString("/content"));
|
||||
}
|
||||
|
||||
QAbstractItemModel *Launcher::DataFilesPage::profilesModel() const
|
||||
|
Loading…
x
Reference in New Issue
Block a user