chore(rename): fix unfinshed renames from deshadow changes

Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
This commit is contained in:
Rachel Powers
2023-07-30 15:56:38 -07:00
parent b9fe37aec1
commit 7091bc81c2
2 changed files with 3 additions and 3 deletions

View File

@ -209,7 +209,7 @@ void ExportInstanceDialog::savePackIgnore()
auto ignoreData = proxyModel->blockedPaths().toStringList().join('\n').toUtf8();
auto filename = ignoreFileName();
try {
FS::write(filename, data);
FS::write(filename, ignoreData);
} catch (const Exception& e) {
qWarning() << e.cause();
}