Skip to content

Commit

Permalink
autodiagnostics
Browse files Browse the repository at this point in the history
  • Loading branch information
dragoonDorise committed Oct 26, 2023
1 parent af5cdae commit b327745
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/renderer/pages/CheckUpdatePage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,11 @@ function CheckUpdatePage() {

const modalDataGit = {
active: true,
header: <span className="h4">Building EmuDeck backend...</span>,
header: (
<span className="h4">
Building EmuDeck backend and running autodiagnostics...
</span>
),
body: (
<>
<p>
Expand Down

0 comments on commit b327745

Please sign in to comment.