tauri-app: allow editing record-daemon settings
All checks were successful
record-daemon / Build, check and test (push) Successful in 2m28s
All checks were successful
record-daemon / Build, check and test (push) Successful in 2m28s
This commit is contained in:
@@ -104,10 +104,6 @@ async function loadGameHistory() {
|
||||
}
|
||||
}
|
||||
|
||||
function selectGame(game: GameHistoryItem) {
|
||||
selectedGame.value = game;
|
||||
}
|
||||
|
||||
function closeDetail() {
|
||||
selectedGame.value = null;
|
||||
}
|
||||
|
||||
1239
tauri-app/src/components/Settings.vue
Normal file
1239
tauri-app/src/components/Settings.vue
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user