mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
use better icon for manage library button
This commit is contained in:
parent
d367c9f21b
commit
a281e4fb88
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ import cardBuilder from '../../components/cardbuilder/cardBuilder';
|
||||||
menuItems.push({
|
menuItems.push({
|
||||||
name: globalize.translate('ManageLibrary'),
|
name: globalize.translate('ManageLibrary'),
|
||||||
id: 'edit',
|
id: 'edit',
|
||||||
icon: 'folder_open'
|
icon: 'folder'
|
||||||
});
|
});
|
||||||
menuItems.push({
|
menuItems.push({
|
||||||
name: globalize.translate('ButtonRemove'),
|
name: globalize.translate('ButtonRemove'),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue