mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2025-11-13 08:12:44 +10:00
fix(game launcher): Renamed game_id to id
Signed-off-by: quexeky <git@quexeky.dev>
This commit is contained in:
@ -336,7 +336,7 @@ async function install() {
|
||||
|
||||
async function launch() {
|
||||
try {
|
||||
await invoke("launch_game", { gameId: game.value.id });
|
||||
await invoke("launch_game", { id: game.value.id });
|
||||
} catch (e) {
|
||||
createModal(
|
||||
ModalType.Notification,
|
||||
|
||||
Reference in New Issue
Block a user