Compare commits
2 Commits
d72d2731d9
...
3.0.3
Author | SHA1 | Date | |
---|---|---|---|
b6f7f84955 | |||
aa52ff3b8c |
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://schema.tauri.app/config/2",
|
"$schema": "https://schema.tauri.app/config/2",
|
||||||
"productName": "ezpplauncher",
|
"productName": "ezpplauncher",
|
||||||
"version": "3.0.2",
|
"version": "3.0.3",
|
||||||
"identifier": "farm.ezpp.launcher",
|
"identifier": "farm.ezpp.launcher",
|
||||||
"build": {
|
"build": {
|
||||||
"beforeDevCommand": "bun run vite:dev",
|
"beforeDevCommand": "bun run vite:dev",
|
||||||
|
@@ -519,7 +519,7 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<AlertDialog.Root open={launchError !== undefined}>
|
<AlertDialog.Root open={launchError !== undefined}>
|
||||||
<AlertDialog.Content class="bg-theme-950 border-theme-800 p-0">
|
<AlertDialog.Content class="bg-theme-950 border-theme-800 p-0 max-w-[90vw]">
|
||||||
<div
|
<div
|
||||||
class="flex flex-col items-center justify-center border-b border-theme-800 bg-black/40 rounded-t-lg p-3"
|
class="flex flex-col items-center justify-center border-b border-theme-800 bg-black/40 rounded-t-lg p-3"
|
||||||
>
|
>
|
||||||
@@ -527,10 +527,10 @@
|
|||||||
<span class="font-semibold text-xl">Error on Launch!</span>
|
<span class="font-semibold text-xl">Error on Launch!</span>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="flex flex-col items-center text-sm text-center bg-theme-900 border border-theme-800 rounded-lg mx-3 p-3"
|
class="flex flex-col items-center text-sm text-center bg-theme-900 border border-theme-800 rounded-lg mx-3 p-3 overflow-hidden"
|
||||||
>
|
>
|
||||||
{#if launchError}
|
{#if launchError}
|
||||||
<pre class="text-wrap text-start">{JSON.stringify(
|
<pre class="text-wrap text-start overflow-auto w-full">{JSON.stringify(
|
||||||
launchError,
|
launchError,
|
||||||
Object.getOwnPropertyNames(launchError),
|
Object.getOwnPropertyNames(launchError),
|
||||||
2
|
2
|
||||||
|
Reference in New Issue
Block a user