Skip to content
Snippets Groups Projects
Commit e5e680b1 authored by Benjamin Arnaud's avatar Benjamin Arnaud
Browse files

qml/ControlbarControls: Add BOOKMARK_BUTTON

parent e6119cf1
No related branches found
No related tags found
No related merge requests found
......@@ -53,6 +53,7 @@ QtObject {
{ id: ControlListModel.INFO_BUTTON, file: "InfoButton.qml", label: VLCIcons.info, text: I18n.qtr("Information") },
{ id: ControlListModel.LANG_BUTTON, file: "LangButton.qml", label: VLCIcons.audiosub, text: I18n.qtr("Open subtitles") },
{ id: ControlListModel.MENU_BUTTON, file: "MenuButton.qml", label: VLCIcons.menu, text: I18n.qtr("Menu Button") },
{ id: ControlListModel.BOOKMARK_BUTTON, file: "BookmarkButton.qml", label: VLCIcons.bookmark, text: I18n.qtr("Bookmark Button") },
{ id: ControlListModel.BACK_BUTTON, file: "BackButton.qml", label: VLCIcons.exit, text: I18n.qtr("Back Button") },
{ id: ControlListModel.CHAPTER_PREVIOUS_BUTTON, file: "ChapterPreviousButton.qml", label: VLCIcons.dvd_prev, text: I18n.qtr("Previous chapter") },
{ id: ControlListModel.CHAPTER_NEXT_BUTTON, file: "ChapterNextButton.qml", label: VLCIcons.dvd_next, text: I18n.qtr("Next chapter") },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment