mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-31 06:41:03 +00:00
refactor: streamline game scanning logic and enhance notification handling
This commit is contained in:
@@ -31,7 +31,7 @@ export function ScanGamesModal({
|
||||
scanResult,
|
||||
onStartScan,
|
||||
onClearResult,
|
||||
}: ScanGamesModalProps) {
|
||||
}: Readonly<ScanGamesModalProps>) {
|
||||
const { t } = useTranslation("header");
|
||||
|
||||
const handleClose = () => {
|
||||
|
||||
Reference in New Issue
Block a user