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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user