mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 11:59:06 +02:00
fix pop ups
This commit is contained in:
parent
c3c9c0cb10
commit
aacddcf66d
1 changed files with 5 additions and 1 deletions
|
@ -142,7 +142,11 @@ ScrollingWindow {
|
||||||
onIconChanged: {
|
onIconChanged: {
|
||||||
console.log("New icon: " + icon)
|
console.log("New icon: " + icon)
|
||||||
}
|
}
|
||||||
|
onNewViewRequested:{
|
||||||
|
var component = Qt.createComponent("Browser.qml");
|
||||||
|
var newWindow = component.createObject(desktop);
|
||||||
|
request.openIn(newWindow.webView)
|
||||||
|
}
|
||||||
//profile: desktop.browserProfile
|
//profile: desktop.browserProfile
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue