mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 17:30:17 +01:00
Register a predicate with each CommandFlag bit
This commit is contained in:
@@ -642,7 +642,7 @@ void ProjectFileIO::DeleteCurrentAutoSaveFile()
|
||||
}
|
||||
}
|
||||
|
||||
bool ProjectFileIO::IsProjectSaved() {
|
||||
bool ProjectFileIO::IsProjectSaved() const {
|
||||
auto &project = mProject;
|
||||
auto &dirManager = DirManager::Get( project );
|
||||
// This is true if a project was opened from an .aup
|
||||
|
||||
Reference in New Issue
Block a user