mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Whitespace
This commit is contained in:
parent
1c819c79d0
commit
102203d8a5
1 changed files with 1 additions and 1 deletions
|
|
@ -845,7 +845,7 @@ void ProjectContentComponent::getCommandInfo (const CommandID commandID, Applica
|
|||
"Saves the current project",
|
||||
CommandCategories::general, 0);
|
||||
result.setActive (project != nullptr && ! project->isCurrentlySaving());
|
||||
result.defaultKeypresses.add ({ 'p', ModifierKeys::commandModifier, 0 });
|
||||
result.defaultKeypresses.add ({ 'p', ModifierKeys::commandModifier, 0 });
|
||||
break;
|
||||
|
||||
case CommandIDs::closeProject:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue