| 266 | } |
| 267 | |
| 268 | void OnSaveCopy(const CommandContext &context ) |
| 269 | { |
| 270 | auto &project = context.project; |
| 271 | auto &projectFileManager = ProjectFileManager::Get( project ); |
| 272 | projectFileManager.SaveCopy(); |
| 273 | } |
| 274 | |
| 275 | void OnExportMp3(const CommandContext &context) |
| 276 | { |