mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2025-11-13 16:22:43 +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() {
|
async function launch() {
|
||||||
try {
|
try {
|
||||||
await invoke("launch_game", { gameId: game.value.id });
|
await invoke("launch_game", { id: game.value.id });
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
createModal(
|
createModal(
|
||||||
ModalType.Notification,
|
ModalType.Notification,
|
||||||
|
|||||||
Reference in New Issue
Block a user