mirror of
https://github.com/spalencsar/bearwave.git
synced 2026-07-06 22:24:17 +02:00
fix(ui): remove redundant About button from About-page nav bar
The desktop header navigation only appears on the About page as a way back to station browsing; the About/Info button had no purpose there.
This commit is contained in:
@@ -58,14 +58,6 @@ Item {
|
|||||||
highlighted: app.currentPage === "history"
|
highlighted: app.currentPage === "history"
|
||||||
onClicked: app.navigateToHistory()
|
onClicked: app.navigateToHistory()
|
||||||
}
|
}
|
||||||
|
|
||||||
Item { Layout.fillWidth: true }
|
|
||||||
|
|
||||||
Button {
|
|
||||||
text: qsTr("About")
|
|
||||||
highlighted: app.currentPage === "about"
|
|
||||||
onClicked: app.navigateToAbout()
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
ColumnLayout {
|
ColumnLayout {
|
||||||
|
|||||||
Reference in New Issue
Block a user