mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 09:44:21 +02:00
no clipboard
This commit is contained in:
parent
66e8f070e4
commit
afb6f1fe84
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ Desktop {
|
|||
|
||||
Component.onCompleted: {
|
||||
WebEngine.settings.javascriptCanOpenWindows = true;
|
||||
WebEngine.settings.javascriptCanAccessClipboard = true;
|
||||
WebEngine.settings.javascriptCanAccessClipboard = false;
|
||||
WebEngine.settings.spatialNavigationEnabled = true;
|
||||
WebEngine.settings.localContentCanAccessRemoteUrls = true;
|
||||
}
|
||||
|
@ -18,7 +18,7 @@ Desktop {
|
|||
// The tool window, one instance
|
||||
property alias toolWindow: toolWindow
|
||||
ToolWindow { id: toolWindow }
|
||||
|
||||
|
||||
property var browserProfile: WebEngineProfile {
|
||||
id: webviewProfile
|
||||
httpUserAgent: "Chrome/48.0 (HighFidelityInterface)"
|
||||
|
|
Loading…
Reference in a new issue