closes #14
This commit is contained in:
@ -174,9 +174,13 @@ WebViewPluginAudioProcessorEditor::WebViewPluginAudioProcessorEditor(WebViewPlug
|
||||
webComponent = new SinglePageBrowser(options);
|
||||
addAndMakeVisible(*webComponent);
|
||||
|
||||
#if DEBUG
|
||||
|
||||
webComponent->goToURL(localDevServerAddress);
|
||||
|
||||
//webComponent.goToURL (WebBrowserComponent::getResourceProviderRoot());
|
||||
#else
|
||||
|
||||
webComponent->goToURL (WebBrowserComponent::getResourceProviderRoot());
|
||||
#endif
|
||||
setSize(800, 390);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user