[vlc-devel] [PATCH 06/18] qml: remove history next button from topbar
Prince Gupta
guptaprince8832 at gmail.com
Thu Aug 20 14:15:29 CEST 2020
---
modules/gui/qt/maininterface/qml/BannerSources.qml | 10 ----------
1 file changed, 10 deletions(-)
diff --git a/modules/gui/qt/maininterface/qml/BannerSources.qml b/modules/gui/qt/maininterface/qml/BannerSources.qml
index 4a4e5bb866..0ff69e38b2 100644
--- a/modules/gui/qt/maininterface/qml/BannerSources.qml
+++ b/modules/gui/qt/maininterface/qml/BannerSources.qml
@@ -152,16 +152,6 @@ Widgets.NavigableFocusScope {
enabled: !history.previousEmpty
}
- Widgets.IconToolButton {
- id: history_next
- size: VLCStyle.icon_normal
- iconText: VLCIcons.topbar_next
- text: i18n.qtr("Next")
- height: localToolbar.height
- onClicked: history.next()
- enabled: !history.nextEmpty
- }
-
Widgets.IconToolButton {
id: list_grid_btn
size: VLCStyle.icon_normal
--
2.25.1
More information about the vlc-devel
mailing list