mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 17:10:45 +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(){
|
||||
console.log('should show permissions bar')
|
||||
permissionsContainer.visible=true;
|
||||
}
|
||||
|
||||
function hidePermissionsBar(){
|
||||
console.log('should hide permissions bar')
|
||||
permissionsContainer.visible=false;
|
||||
}
|
||||
|
||||
|
@ -198,9 +196,6 @@ ScrollingWindow {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
WebEngineView {
|
||||
id: webview
|
||||
url: "https://highfidelity.com"
|
||||
|
@ -228,7 +223,6 @@ ScrollingWindow {
|
|||
request.openIn(newWindow.webView)
|
||||
}
|
||||
//profile: desktop.browserProfile
|
||||
|
||||
}
|
||||
|
||||
} // item
|
||||
|
|
Loading…
Reference in a new issue