Merge branch 'master' of https://github.com/olive-editor/olive into render-singleton

This commit is contained in:
itsmattkc
2020-11-12 00:57:12 +11:00
38 changed files with 390 additions and 459 deletions
+1
View File
@@ -924,6 +924,7 @@ bool Core::SaveProjectAs(ProjectPtr p)
{
QFileDialog fd(main_window_, tr("Save Project As"));
fd.setAcceptMode(QFileDialog::AcceptSave);
fd.setNameFilter(GetProjectFilter(false));
if (fd.exec() == QDialog::Accepted) {