mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 11:17:34 +02:00
cleanup
This commit is contained in:
parent
8acb30da8e
commit
3b25b36db3
1 changed files with 32 additions and 38 deletions
|
@ -34,12 +34,10 @@ ScrollingWindow {
|
||||||
}
|
}
|
||||||
|
|
||||||
function showPermissionsBar(){
|
function showPermissionsBar(){
|
||||||
console.log('should show permissions bar')
|
|
||||||
permissionsContainer.visible=true;
|
permissionsContainer.visible=true;
|
||||||
}
|
}
|
||||||
|
|
||||||
function hidePermissionsBar(){
|
function hidePermissionsBar(){
|
||||||
console.log('should hide permissions bar')
|
|
||||||
permissionsContainer.visible=false;
|
permissionsContainer.visible=false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -198,9 +196,6 @@ ScrollingWindow {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
WebEngineView {
|
WebEngineView {
|
||||||
id: webview
|
id: webview
|
||||||
url: "https://highfidelity.com"
|
url: "https://highfidelity.com"
|
||||||
|
@ -228,7 +223,6 @@ ScrollingWindow {
|
||||||
request.openIn(newWindow.webView)
|
request.openIn(newWindow.webView)
|
||||||
}
|
}
|
||||||
//profile: desktop.browserProfile
|
//profile: desktop.browserProfile
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
} // item
|
} // item
|
||||||
|
|
Loading…
Reference in a new issue