1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-31 08:58:43 +01:00

AUP3: Rework Compact Project menu item and AutoRecoverDialog

Plus a couple of fixes that prevent leaving temporary files
after a project is loaded.
This commit is contained in:
Leland Lucius
2020-07-26 02:01:37 -05:00
parent 674cfe68c9
commit 6fef14dd08
7 changed files with 160 additions and 114 deletions

View File

@@ -64,8 +64,8 @@ public:
// on what is discovered while opening the file, such as whether it is a
// recovery file
void SetProjectTitle(int number = -1);
// Should be empty or a fully qualified file name
// Should be empty or a fully qualified file name
const FilePath &GetFileName() const;
void SetFileName( const FilePath &fileName );
@@ -106,7 +106,7 @@ public:
void SetBypass();
// Remove all unused space within a project file
void Vacuum(const std::shared_ptr<TrackList> &tracks);
void Vacuum(const std::shared_ptr<TrackList> &tracks, bool force = false);
// The last vacuum check did actually vacuum the project file if true
bool WasVacuumed();