added patching rx/ap, could be buggy

This commit is contained in:
2023-11-24 07:20:24 +01:00
parent b70af50634
commit 58fa4a6329
5 changed files with 91 additions and 13 deletions

View File

@@ -48,7 +48,7 @@ window.addEventListener('DOMContentLoaded', () => {
case "up-to-date":
$("#launch-btn").attr('disabled', true);
$('#launch-btn').html('Launching...');
const result = await ipcRenderer.invoke("launch");
const result = await ipcRenderer.invoke("launch", { patch: true });
if (!result) {
Swal.fire({
title: 'Uh oh!',