fix pop ups

This commit is contained in:
James B. Pollack 2016-07-13 15:02:51 -07:00
parent c3c9c0cb10
commit aacddcf66d

View file

@ -142,7 +142,11 @@ ScrollingWindow {
onIconChanged: {
console.log("New icon: " + icon)
}
onNewViewRequested:{
var component = Qt.createComponent("Browser.qml");
var newWindow = component.createObject(desktop);
request.openIn(newWindow.webView)
}
//profile: desktop.browserProfile
}