Compare commits
2 Commits
d72d2731d9
...
3.0.3
Author | SHA1 | Date | |
---|---|---|---|
b6f7f84955 | |||
aa52ff3b8c |
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"$schema": "https://schema.tauri.app/config/2",
|
||||
"productName": "ezpplauncher",
|
||||
"version": "3.0.2",
|
||||
"version": "3.0.3",
|
||||
"identifier": "farm.ezpp.launcher",
|
||||
"build": {
|
||||
"beforeDevCommand": "bun run vite:dev",
|
||||
|
@@ -519,7 +519,7 @@
|
||||
</script>
|
||||
|
||||
<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
|
||||
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>
|
||||
</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}
|
||||
<pre class="text-wrap text-start">{JSON.stringify(
|
||||
<pre class="text-wrap text-start overflow-auto w-full">{JSON.stringify(
|
||||
launchError,
|
||||
Object.getOwnPropertyNames(launchError),
|
||||
2
|
||||
|
Reference in New Issue
Block a user