Merge branch 'master' of https://github.com/olive-editor/olive into render-singleton
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user