From 919f828c2b8097e6d8fc8f8fe4d888b28098b789 Mon Sep 17 00:00:00 2001 From: George Reales Date: Wed, 5 May 2021 20:30:41 +0200 Subject: [PATCH] Update juce_StandaloneFilterWindow.h --- .../Standalone/juce_StandaloneFilterWindow.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Modules/juce_audio_plugin_client/Standalone/juce_StandaloneFilterWindow.h b/Modules/juce_audio_plugin_client/Standalone/juce_StandaloneFilterWindow.h index 636dd18..323bf07 100644 --- a/Modules/juce_audio_plugin_client/Standalone/juce_StandaloneFilterWindow.h +++ b/Modules/juce_audio_plugin_client/Standalone/juce_StandaloneFilterWindow.h @@ -74,7 +74,7 @@ public: #if JUCE_ANDROID || JUCE_IOS bool shouldAutoOpenMidiDevices = true #else - bool shouldAutoOpenMidiDevices = false + bool shouldAutoOpenMidiDevices = true #endif ) @@ -576,10 +576,10 @@ public: bool autoOpenMidiDevices = false #endif ) - : DocumentWindow (title, backgroundColour, DocumentWindow::minimiseButton | DocumentWindow::closeButton), + : DocumentWindow ("", backgroundColour, DocumentWindow::minimiseButton | DocumentWindow::closeButton), menuBar(this) #if ! JUCE_MAC - , optionsButton ("Options") + , optionsButton ("Settings") #endif { #if JUCE_IOS || JUCE_ANDROID @@ -815,7 +815,7 @@ private: #if JUCE_IOS || JUCE_ANDROID settingsButton ("Unmute Input") #else - settingsButton ("Settings...") + settingsButton ("Settings") #endif { setOpaque (true);