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:
parent
315f6d8fcd
commit
4649bc1b13
6 changed files with 154 additions and 56 deletions
|
|
@ -592,13 +592,6 @@ WebBrowserComponent::WebBrowserComponent (const bool unloadWhenHidden)
|
|||
addAndMakeVisible (browser.get());
|
||||
}
|
||||
|
||||
WebBrowserComponent::WebBrowserComponent (bool unloadWhenHidden,
|
||||
const File&,
|
||||
const File&)
|
||||
: WebBrowserComponent (unloadWhenHidden)
|
||||
{
|
||||
}
|
||||
|
||||
WebBrowserComponent::~WebBrowserComponent()
|
||||
{
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue