mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-14 12:30:06 +02:00
add item list selection dialog
This commit is contained in:
@@ -114,6 +114,7 @@ import {
|
||||
LuX,
|
||||
} from 'react-icons/lu';
|
||||
import { MdOutlineVisibility, MdOutlineVisibilityOff } from 'react-icons/md';
|
||||
import { PiMouseLeftClickFill, PiMouseRightClickFill } from 'react-icons/pi';
|
||||
import { RiPlayListAddLine, RiRepeat2Line, RiRepeatOneLine } from 'react-icons/ri';
|
||||
import { SiMusicbrainz } from 'react-icons/si';
|
||||
|
||||
@@ -202,6 +203,8 @@ export const AppIcon = {
|
||||
metadata: LuBookOpen,
|
||||
microphone: LuMicVocal,
|
||||
minus: LuMinus,
|
||||
mouseLeftClick: PiMouseLeftClickFill,
|
||||
mouseRightClick: PiMouseRightClickFill,
|
||||
panelRightClose: LuPanelRightClose,
|
||||
panelRightOpen: LuPanelRightOpen,
|
||||
pin: LuPin,
|
||||
|
||||
Reference in New Issue
Block a user