Skip to content

Commit

Permalink
fix missing path at savePath
Browse files Browse the repository at this point in the history
  • Loading branch information
pgilfernandez committed Feb 18, 2025
1 parent 41c696b commit 89ca96c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/GUI/Expressions/expressiondialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1001,7 +1001,7 @@ void ExpressionDialog::savePreset(const QString &title)

const QString path = QString("%1/%2.fexpr").arg(AppSupport::getAppUserExPresetsPath(),
expr.id);

expr.path = path;
if (!mSettings->fExpressions.saveExpr(expr, path)) {
QMessageBox::warning(this,
tr("Save Failed"),
Expand Down

0 comments on commit 89ca96c

Please # to comment.