2
0
Fork 0

Update juce_StandaloneFilterWindow.h

This commit is contained in:
George Reales 2021-05-05 20:30:41 +02:00
parent 16211dbfb2
commit 919f828c2b
1 changed files with 4 additions and 4 deletions

View File

@ -74,7 +74,7 @@ public:
#if JUCE_ANDROID || JUCE_IOS #if JUCE_ANDROID || JUCE_IOS
bool shouldAutoOpenMidiDevices = true bool shouldAutoOpenMidiDevices = true
#else #else
bool shouldAutoOpenMidiDevices = false bool shouldAutoOpenMidiDevices = true
#endif #endif
) )
@ -576,10 +576,10 @@ public:
bool autoOpenMidiDevices = false bool autoOpenMidiDevices = false
#endif #endif
) )
: DocumentWindow (title, backgroundColour, DocumentWindow::minimiseButton | DocumentWindow::closeButton), : DocumentWindow ("", backgroundColour, DocumentWindow::minimiseButton | DocumentWindow::closeButton),
menuBar(this) menuBar(this)
#if ! JUCE_MAC #if ! JUCE_MAC
, optionsButton ("Options") , optionsButton ("Settings")
#endif #endif
{ {
#if JUCE_IOS || JUCE_ANDROID #if JUCE_IOS || JUCE_ANDROID
@ -815,7 +815,7 @@ private:
#if JUCE_IOS || JUCE_ANDROID #if JUCE_IOS || JUCE_ANDROID
settingsButton ("Unmute Input") settingsButton ("Unmute Input")
#else #else
settingsButton ("Settings...") settingsButton ("Settings")
#endif #endif
{ {
setOpaque (true); setOpaque (true);