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