Skip to content
This repository was archived by the owner on Jan 22, 2022. It is now read-only.
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 0 additions & 19 deletions src/app/webbrowser/NavigationBar.qml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ FocusScope {
property alias searchUrl: addressbar.searchUrl
readonly property string text: addressbar.text
property alias bookmarked: addressbar.bookmarked
signal closeTabRequested()
signal toggleBookmark()
signal toggleDownloads()
property bool showDownloadButton: false
Expand Down Expand Up @@ -223,24 +222,6 @@ FocusScope {
enabled: internal.webview && internal.webview.findController && internal.webview.findController.foundMatch
onTriggered: internal.webview.findController.next()
}

ChromeButton {
id: closeButton
objectName: "closeButton"

iconName: "close"
iconSize: 0.3 * height
iconColor: root.iconColor

height: root.height
width: height * 0.8

anchors.verticalCenter: parent.verticalCenter

visible: tabListMode

onTriggered: closeTabRequested()
}

ChromeButton {
id: downloadsButton
Expand Down