mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-16 21:50:35 +02:00
[enhancement]: Show item details (#573)
* start * More details, don't show manage server when other modal
This commit is contained in:
@@ -33,7 +33,8 @@ export type ContextMenuItemType =
|
||||
| 'moveToBottomOfQueue'
|
||||
| 'moveToTopOfQueue'
|
||||
| 'removeFromQueue'
|
||||
| 'deselectAll';
|
||||
| 'deselectAll'
|
||||
| 'showDetails';
|
||||
|
||||
export type SetContextMenuItems = {
|
||||
children?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user