We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65805d1 commit 5018791Copy full SHA for 5018791
Desktop/widgets/filemenu/filemenu.cpp
@@ -377,7 +377,7 @@ void FileMenu::analysisAdded(Analysis *analysis)
377
378
void FileMenu::workspaceModified()
379
{
380
- if(DataSetPackage::pkg()->isLoaded() && !DataSetPackage::pkg()->dataFileReadOnly())
+ if(DataSetPackage::pkg()->isLoaded() && !DataSetPackage::pkg()->dataFileReadOnly() && getCurrentFileType() == Utils::FileType::jasp)
381
_actionButtons->setEnabled(ActionButtons::Save, DataSetPackage::pkg()->isModified());
382
}
383
0 commit comments