mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 10:23:33 +00:00
Add fullscreen player toggle tooltip to sidebar (#114)
This commit is contained in:
parent
4f21c26e5d
commit
bc2624bffd
2 changed files with 19 additions and 14 deletions
|
|
@ -140,7 +140,7 @@ export const LeftControls = () => {
|
|||
onClick={handleToggleFullScreenPlayer}
|
||||
>
|
||||
<Tooltip
|
||||
label="Open fullscreen player"
|
||||
label="Toggle fullscreen player"
|
||||
openDelay={500}
|
||||
>
|
||||
{currentSong?.imageUrl ? (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue