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

Bug2542: Discard button of auto recovery should work with UP

This commit is contained in:
Paul Licameli
2020-11-19 13:01:52 -05:00
parent a9cbd953f0
commit 14c300c672
5 changed files with 78 additions and 19 deletions

View File

@@ -82,7 +82,7 @@ public:
bool ReopenProject();
bool ImportProject(const FilePath &fileName);
bool LoadProject(const FilePath &fileName);
bool LoadProject(const FilePath &fileName, bool ignoreAutosave);
bool UpdateSaved(const TrackList *tracks = nullptr);
bool SaveProject(const FilePath &fileName, const TrackList *lastSaved);
bool SaveCopy(const FilePath& fileName);