diff options
| author | AAGaming <aagaming@riseup.net> | 2024-10-11 15:05:07 -0400 |
|---|---|---|
| committer | AAGaming <aagaming@riseup.net> | 2024-10-11 15:05:07 -0400 |
| commit | dbd7488d8f58aaf6ba6a135f1a36d2259e0db8a6 (patch) | |
| tree | 7080e97c424755537a40ceb04e41ad9a26a9ef40 /frontend | |
| parent | cff3ca504d7a1fa3b63f76d5fed0ff350f165b8e (diff) | |
| download | decky-loader-dbd7488d8f58aaf6ba6a135f1a36d2259e0db8a6.tar.gz decky-loader-dbd7488d8f58aaf6ba6a135f1a36d2259e0db8a6.zip | |
lintv3.0.2-pre3
Diffstat (limited to 'frontend')
| -rw-r--r-- | frontend/src/components/modals/DropdownMultiselect.tsx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/frontend/src/components/modals/DropdownMultiselect.tsx b/frontend/src/components/modals/DropdownMultiselect.tsx index 85ddab7d..d2e4937f 100644 --- a/frontend/src/components/modals/DropdownMultiselect.tsx +++ b/frontend/src/components/modals/DropdownMultiselect.tsx @@ -2,11 +2,11 @@ import { DialogButton, DialogCheckbox, DialogCheckboxProps, - findModule, Marquee, Menu, MenuItem, Module, + findModule, showContextMenu, } from '@decky/ui'; import { FC, useCallback, useEffect, useState } from 'react'; @@ -14,9 +14,7 @@ import { useTranslation } from 'react-i18next'; import { FaChevronDown } from 'react-icons/fa'; // TODO add to dfl -const dropDownControlButtonClasses = findModule((m: Module) => - m?.DropDownControlButton && m?.["duration-app-launch"], -); +const dropDownControlButtonClasses = findModule((m: Module) => m?.DropDownControlButton && m?.['duration-app-launch']); const DropdownMultiselectItem: FC< { |
