Skip to content
Snippets Groups Projects
Verified Commit 1f129c5d authored by Till Glöggler's avatar Till Glöggler
Browse files

change icons, refs #753

parent 0d0c0c24
No related branches found
No related tags found
No related merge requests found
......@@ -274,7 +274,7 @@ export default {
menuItems.push({
id: 3,
label: this.$gettext('Verknüpfungen'),
icon: 'add',
icon: 'link-intern',
emit: 'performAction',
emitArguments: 'VideoAddToPlaylist'
});
......@@ -293,7 +293,7 @@ export default {
menuItems.push({
id: 5,
label: this.$gettext('Schnitteditor öffnen'),
icon: 'knife',
icon: 'video2',
emit: 'redirectAction',
emitArguments: '/editor/' + this.event.token
});
......@@ -303,7 +303,7 @@ export default {
menuItems.push({
id: 6,
label: this.$gettext('Anmerkungen hinzufügen'),
icon: 'knife',
icon: 'chat',
emit: 'redirectAction',
emitArguments: '/annotation/' + this.event.token
});
......@@ -312,7 +312,7 @@ export default {
menuItems.push({
id: 7,
label: this.$gettext('Untertitel hinzufügen'),
icon: 'knife',
icon: 'accessibility',
emit: 'performAction',
emitArguments: 'CaptionUpload'
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment