refactor: streamline game scanning logic and enhance notification handling

This commit is contained in:
Moyasee
2026-01-19 18:01:55 +02:00
parent fbbb2520e0
commit 2108a523bc
2 changed files with 42 additions and 57 deletions

View File

@@ -31,7 +31,7 @@ export function ScanGamesModal({
scanResult,
onStartScan,
onClearResult,
}: ScanGamesModalProps) {
}: Readonly<ScanGamesModalProps>) {
const { t } = useTranslation("header");
const handleClose = () => {