mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-01 19:06:58 +03:00
More consistent naming
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
parent
2343aad088
commit
55f928f845
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ void ExportMrPackDialog::done(int result)
|
|||
const QString filename = FS::RemoveInvalidFilenameChars(ui->name->text());
|
||||
const QString output =
|
||||
QFileDialog::getSaveFileName(this, tr("Export %1").arg(ui->name->text()), FS::PathCombine(QDir::homePath(), filename + ".mrpack"),
|
||||
"Modrinth modpack (*.mrpack *.zip)", nullptr);
|
||||
"Modrinth pack (*.mrpack *.zip)", nullptr);
|
||||
|
||||
if (output.isEmpty())
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue