mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
refactor: removed dropdown title because its ugly
This commit is contained in:
parent
130c23603f
commit
f2cc20cb7c
1 changed files with 0 additions and 1 deletions
|
@ -285,7 +285,6 @@ export function DownloadGroup({
|
||||||
|
|
||||||
{getGameActions(game) !== null && (
|
{getGameActions(game) !== null && (
|
||||||
<DropdownMenu
|
<DropdownMenu
|
||||||
title={t("options")}
|
|
||||||
align="end"
|
align="end"
|
||||||
items={getGameActions(game)}
|
items={getGameActions(game)}
|
||||||
sideOffset={-70}
|
sideOffset={-70}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue