We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c9f341 commit ab8e039Copy full SHA for ab8e039
1 file changed
Source/Audio/AudioComponent.cpp
@@ -54,7 +54,7 @@ AudioComponent::AudioComponent() : isPlaying(false)
54
String("Retry"),
55
String("Quit"));
56
57
- if (!retryButtonClicked)
+ if (!retryButtonClicked) // quit button clicked
58
{
59
JUCEApplication::quit();
60
break;
0 commit comments