From 3c63408085d1ecb2f5b2a03118d88333fa4c32f7 Mon Sep 17 00:00:00 2001 From: Nayam Amarshe <25067102+NayamAmarshe@users.noreply.github.com> Date: Thu, 15 Feb 2024 13:47:11 +0530 Subject: [PATCH] Fix z-index #714 --- mas.json | 2 +- .../components/upscayl-tab/view/ProgressBar.tsx | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/mas.json b/mas.json index da81df0..b6a0043 100644 --- a/mas.json +++ b/mas.json @@ -2,7 +2,7 @@ "productName": "Upscayl", "appId": "org.upscayl.Upscayl", "afterSign": "./notarize.js", - "buildVersion": "24.02.09", + "buildVersion": "24.02.15", "asar": true, "asarUnpack": ["**/node_modules/sharp/**/*", "**/node_modules/@img/**/*"], "extraFiles": [ diff --git a/renderer/components/upscayl-tab/view/ProgressBar.tsx b/renderer/components/upscayl-tab/view/ProgressBar.tsx index 27fe915..8954b3d 100644 --- a/renderer/components/upscayl-tab/view/ProgressBar.tsx +++ b/renderer/components/upscayl-tab/view/ProgressBar.tsx @@ -23,14 +23,14 @@ function ProgressBar({ }, [progress]); return ( -
+
{batchMode && "Batch Upscale In Progress: " + batchProgress} {!batchMode && @@ -39,16 +39,16 @@ function ProgressBar({ : `${progress}`)}
-+
Doing the Upscayl magic...
{batchMode && ( -+
Info: The images will be converted and scaled after the upscaling process.
)} -