1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-26 02:14:22 +00:00

Windows: Add WebView2Preferences struct to modify aspects of WebView2 behaviour

This commit is contained in:
ed 2021-08-19 15:47:21 +01:00
parent 315f6d8fcd
commit 4649bc1b13
6 changed files with 154 additions and 56 deletions

View file

@ -592,13 +592,6 @@ WebBrowserComponent::WebBrowserComponent (const bool unloadWhenHidden)
addAndMakeVisible (browser.get());
}
WebBrowserComponent::WebBrowserComponent (bool unloadWhenHidden,
const File&,
const File&)
: WebBrowserComponent (unloadWhenHidden)
{
}
WebBrowserComponent::~WebBrowserComponent()
{
}