1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-15 09:01:12 +01:00

Changes as per James's advice, allow Timer Recording to be used when project is empty if user has disabled warnings in prefs. Also resolved a further message whitespace issue.

This commit is contained in:
tip2tail
2016-03-31 22:26:26 +01:00
parent 758eae6b3a
commit 4956ce3e68
3 changed files with 15 additions and 7 deletions

View File

@@ -281,6 +281,8 @@ class AUDACITY_DLL_API AudacityProject final : public wxFrame,
int GetOpenProjectCount();
bool IsProjectSaved();
bool ProjectHasTracks();
#include "Menus.h"
CommandManager *GetCommandManager() { return &mCommandManager; }