qml/ControlbarControls: Add BOOKMARK_BUTTON

This commit is contained in:
Benjamin Arnaud 2022-03-15 17:05:07 +01:00 committed by Hugo Beauzée-Luyssen
parent 6074a42931
commit 7ab09b01b3
1 changed files with 1 additions and 0 deletions

View File

@ -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") },