tauri-app: allow editing record-daemon settings
All checks were successful
record-daemon / Build, check and test (push) Successful in 2m28s

This commit is contained in:
2026-05-16 23:52:52 +02:00
parent 3279948e78
commit c61b79e84b
8 changed files with 1865 additions and 8 deletions

View File

@@ -104,10 +104,6 @@ async function loadGameHistory() {
}
}
function selectGame(game: GameHistoryItem) {
selectedGame.value = game;
}
function closeDetail() {
selectedGame.value = null;
}

File diff suppressed because it is too large Load Diff