fix(plugin): add manual game name input, autostart MangoHud logging

This commit is contained in:
2026-06-28 18:57:51 +08:00
parent 7ab7af468a
commit 65e56702b0
3 changed files with 30 additions and 7 deletions
+2
View File
@@ -36,6 +36,7 @@ function Content() {
reset,
onGameStart,
onGameStop,
setGameName,
} = useSession()
const gameStartedUnregRef = useRef<{ unregister: () => void } | null>(null)
const gameStoppedUnregRef = useRef<{ unregister: () => void } | null>(null)
@@ -159,6 +160,7 @@ function Content() {
onAddToRecent={addToRecent}
onReset={reset}
setError={setError}
setGameName={setGameName}
/>
<SettingsPanel
settings={settings}