mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 18:25:52 +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: {
|
Component.onCompleted: {
|
||||||
WebEngine.settings.javascriptCanOpenWindows = true;
|
WebEngine.settings.javascriptCanOpenWindows = true;
|
||||||
WebEngine.settings.javascriptCanAccessClipboard = true;
|
WebEngine.settings.javascriptCanAccessClipboard = false;
|
||||||
WebEngine.settings.spatialNavigationEnabled = true;
|
WebEngine.settings.spatialNavigationEnabled = true;
|
||||||
WebEngine.settings.localContentCanAccessRemoteUrls = true;
|
WebEngine.settings.localContentCanAccessRemoteUrls = true;
|
||||||
}
|
}
|
||||||
|
@ -18,7 +18,7 @@ Desktop {
|
||||||
// The tool window, one instance
|
// The tool window, one instance
|
||||||
property alias toolWindow: toolWindow
|
property alias toolWindow: toolWindow
|
||||||
ToolWindow { id: toolWindow }
|
ToolWindow { id: toolWindow }
|
||||||
|
|
||||||
property var browserProfile: WebEngineProfile {
|
property var browserProfile: WebEngineProfile {
|
||||||
id: webviewProfile
|
id: webviewProfile
|
||||||
httpUserAgent: "Chrome/48.0 (HighFidelityInterface)"
|
httpUserAgent: "Chrome/48.0 (HighFidelityInterface)"
|
||||||
|
|
Loading…
Reference in a new issue