mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-10 22:36:24 +00:00
feat: address bar, tabs support and nav buttons
This commit is contained in:
parent
7ddb7c6c30
commit
1ec6dee429
@ -26,6 +26,12 @@ Rectangle {
|
||||
onClosing: destroy()
|
||||
}
|
||||
|
||||
property Item currentWebView: tabs.currentIndex < tabs.count ? tabs.getTab(tabs.currentIndex).item : null
|
||||
|
||||
property Component browserDialogComponent: BrowserDialog {
|
||||
onClosing: destroy()
|
||||
}
|
||||
|
||||
Layout.fillHeight: true
|
||||
Layout.fillWidth: true
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user