mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-09 03:37:45 +03:00
refactor: removed dropdown title because its ugly
This commit is contained in:
parent
130c23603f
commit
f2cc20cb7c
@ -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…
Reference in New Issue
Block a user