Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
khoidauminh committed Nov 11, 2024
1 parent ed658fa commit 849e4ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gui/modals/FileDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ QString FileDialog::getOperationPath(const FileDialog::Operation op, const QStri
return OperationPaths[i];
}
}

return OperationPaths[OpGeneric];
}

Expand All @@ -145,6 +146,7 @@ void FileDialog::setOperationPath(const FileDialog::Operation op, const QString&
if (i == op)
{
OperationPaths[i] = path;
return;
}
}
}
Expand Down

0 comments on commit 849e4ca

Please sign in to comment.