mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-07-08 01:08:53 -07:00
fix(launcher): move fzf previews below menus
This commit is contained in:
@@ -0,0 +1,4 @@
|
|||||||
|
type: changed
|
||||||
|
area: launcher
|
||||||
|
|
||||||
|
- Moved fzf previews below launcher menus so long titles and metadata have more horizontal room.
|
||||||
+2
-2
@@ -56,7 +56,7 @@ export function showFzfFlatMenu(
|
|||||||
`--prompt=${prompt}`,
|
`--prompt=${prompt}`,
|
||||||
'--delimiter=\t',
|
'--delimiter=\t',
|
||||||
'--with-nth=2',
|
'--with-nth=2',
|
||||||
'--preview-window=right:50%:wrap',
|
'--preview-window=down:50%:wrap',
|
||||||
'--preview',
|
'--preview',
|
||||||
previewCommand,
|
previewCommand,
|
||||||
];
|
];
|
||||||
@@ -468,7 +468,7 @@ thumb=$(get_thumb)
|
|||||||
'--prompt=Select Video: ',
|
'--prompt=Select Video: ',
|
||||||
'--delimiter=\t',
|
'--delimiter=\t',
|
||||||
'--with-nth=1',
|
'--with-nth=1',
|
||||||
'--preview-window=right:50%:wrap',
|
'--preview-window=down:50%:wrap',
|
||||||
'--preview',
|
'--preview',
|
||||||
previewCmd,
|
previewCmd,
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user