aboutsummaryrefslogtreecommitdiff
path: root/launcher/ui/dialogs/ExportInstanceDialog.cpp
diff options
context:
space:
mode:
authorRachel Powers <508861+Ryex@users.noreply.github.com>2023-07-30 15:56:38 -0700
committerRachel Powers <508861+Ryex@users.noreply.github.com>2023-07-30 15:56:38 -0700
commit7091bc81c24b056a07f8577556b5e0a28a27f62a (patch)
tree64adac2d6acd9b5e09a7d5416bcf7ede1c3b348e /launcher/ui/dialogs/ExportInstanceDialog.cpp
parentb9fe37aec14b7cc61cbef09d5d2256f68a48d220 (diff)
downloadPrismLauncher-7091bc81c24b056a07f8577556b5e0a28a27f62a.tar.gz
PrismLauncher-7091bc81c24b056a07f8577556b5e0a28a27f62a.tar.bz2
PrismLauncher-7091bc81c24b056a07f8577556b5e0a28a27f62a.zip
chore(rename): fix unfinshed renames from deshadow changes
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
Diffstat (limited to 'launcher/ui/dialogs/ExportInstanceDialog.cpp')
-rw-r--r--launcher/ui/dialogs/ExportInstanceDialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/ui/dialogs/ExportInstanceDialog.cpp b/launcher/ui/dialogs/ExportInstanceDialog.cpp
index 2e9f6225..703736d6 100644
--- a/launcher/ui/dialogs/ExportInstanceDialog.cpp
+++ b/launcher/ui/dialogs/ExportInstanceDialog.cpp
@@ -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();
}